summaryrefslogtreecommitdiff
path: root/core/launcher/server.pro
Unidiff
Diffstat (limited to 'core/launcher/server.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/server.pro12
1 files changed, 10 insertions, 2 deletions
diff --git a/core/launcher/server.pro b/core/launcher/server.pro
index f82c741..e341e1a 100644
--- a/core/launcher/server.pro
+++ b/core/launcher/server.pro
@@ -38,25 +38,27 @@ HEADERS += server.h \
38 $$(OPIEDIR)/rsync/search.h \ 38 $$(OPIEDIR)/rsync/search.h \
39 $$(OPIEDIR)/rsync/stream.h \ 39 $$(OPIEDIR)/rsync/stream.h \
40 $$(OPIEDIR)/rsync/sumset.h \ 40 $$(OPIEDIR)/rsync/sumset.h \
41 $$(OPIEDIR)/rsync/trace.h \ 41 $$(OPIEDIR)/rsync/trace.h \
42 $$(OPIEDIR)/rsync/types.h \ 42 $$(OPIEDIR)/rsync/types.h \
43 $$(OPIEDIR)/rsync/util.h \ 43 $$(OPIEDIR)/rsync/util.h \
44 $$(OPIEDIR)/rsync/whole.h \ 44 $$(OPIEDIR)/rsync/whole.h \
45 $$(OPIEDIR)/rsync/config_rsync.h \ 45 $$(OPIEDIR)/rsync/config_rsync.h \
46 $$(OPIEDIR)/rsync/qrsync.h \ 46 $$(OPIEDIR)/rsync/qrsync.h \
47 syncdialog.h \ 47 syncdialog.h \
48 serverapp.h \ 48 serverapp.h \
49 qprocess.h \ 49 qprocess.h \
50 screensaver.h 50 screensaver.h \
51 $$(OPIEDIR)/noncore/settings/mediummount/mediumwidget.h \
52 mediadlg.h
51 53
52 SOURCES += server.cpp \ 54 SOURCES += server.cpp \
53 serverinterface.cpp \ 55 serverinterface.cpp \
54 launchertab.cpp \ 56 launchertab.cpp \
55 documentlist.cpp \ 57 documentlist.cpp \
56 appicons.cpp \ 58 appicons.cpp \
57 taskbar.cpp \ 59 taskbar.cpp \
58 runningappbar.cpp \ 60 runningappbar.cpp \
59 applauncher.cpp \ 61 applauncher.cpp \
60 stabmon.cpp \ 62 stabmon.cpp \
61 inputmethods.cpp \ 63 inputmethods.cpp \
62 systray.cpp \ 64 systray.cpp \
@@ -93,32 +95,38 @@ SOURCES += server.cpp \
93 $$(OPIEDIR)/rsync/stream.c \ 95 $$(OPIEDIR)/rsync/stream.c \
94 $$(OPIEDIR)/rsync/sumset.c \ 96 $$(OPIEDIR)/rsync/sumset.c \
95 $$(OPIEDIR)/rsync/trace.c \ 97 $$(OPIEDIR)/rsync/trace.c \
96 $$(OPIEDIR)/rsync/tube.c \ 98 $$(OPIEDIR)/rsync/tube.c \
97 $$(OPIEDIR)/rsync/util.c \ 99 $$(OPIEDIR)/rsync/util.c \
98 $$(OPIEDIR)/rsync/version.c \ 100 $$(OPIEDIR)/rsync/version.c \
99 $$(OPIEDIR)/rsync/whole.c \ 101 $$(OPIEDIR)/rsync/whole.c \
100 $$(OPIEDIR)/rsync/qrsync.cpp \ 102 $$(OPIEDIR)/rsync/qrsync.cpp \
101 syncdialog.cpp \ 103 syncdialog.cpp \
102 serverapp.cpp \ 104 serverapp.cpp \
103 qprocess.cpp \ 105 qprocess.cpp \
104 qprocess_unix.cpp \ 106 qprocess_unix.cpp \
105 screensaver.cpp 107 screensaver.cpp \
108 $$(OPIEDIR)/noncore/settings/mediummount/mediumwidget.cc \
109 mediadlg.cpp
106 110
107 111
108INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate 112INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate
109 DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate 113 DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate
110 114
111INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/rsync 115INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/rsync
112 DEPENDPATH+= $(OPIEDIR)/rsync 116 DEPENDPATH+= $(OPIEDIR)/rsync
113 117
118INCLUDEPATH += $(OPIEDIR)/noncore/settings/mediummount
119 DEPENDPATH+= $(OPIEDIR)/noncore/settings/mediummount
120
121
114 TARGET = qpe 122 TARGET = qpe
115 123
116#needs OWait and ODevice 124#needs OWait and ODevice
117CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX ) 125CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX )
118contains( CONFTEST, y ){ 126contains( CONFTEST, y ){
119 LIBS += -lqpe -lopiecore2 -lopieui2 127 LIBS += -lqpe -lopiecore2 -lopieui2
120}else{ 128}else{
121 LIBS+= -lcrypt -lqpe -lopiecore2 -lopieui2 129 LIBS+= -lcrypt -lqpe -lopiecore2 -lopieui2
122} 130}
123 131
124include ( $(OPIEDIR)/include.pro ) 132include ( $(OPIEDIR)/include.pro )