From 0e41f335c0db28250216a5292a2b7bcee2a1cf4a Mon Sep 17 00:00:00 2001 From: llornkcor Date: Fri, 08 Oct 2004 10:22:20 +0000 Subject: this patch will add support for QD installing directly to opie device via sync. not functioning until QD 1.7.1 released. should compile for now --- (limited to 'core/launcher/server.pro') diff --git a/core/launcher/server.pro b/core/launcher/server.pro index f366f54..5f2aa02 100644 --- a/core/launcher/server.pro +++ b/core/launcher/server.pro @@ -5,6 +5,7 @@ CONFIG += qt warn_on DESTDIR = $$(OPIEDIR)/bin HEADERS += server.h \ + qrr.h \ serverinterface.h \ launchertab.h \ documentlist.h \ @@ -34,6 +35,7 @@ HEADERS += server.h \ mediadlg.h SOURCES += server.cpp \ + qrr.cpp \ serverinterface.cpp \ launchertab.cpp \ documentlist.cpp \ @@ -77,6 +79,9 @@ DEPENDPATH += $(OPIEDIR)/noncore/settings/mediummount LIBS += -lqpe -lopiecore2 -lopieui2 -lopiesecurity2 -lqrsync TARGET = qpe +## not ready for use yet +# DEFINES += QPE_HAVE_DIRECT_ACCESS + contains( $(CONFIG_TARGET_MACOSX), y ) { LIBS += -lcrypt } -- cgit v0.9.0.2