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.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/server.pro b/core/launcher/server.pro
index 4e6a581..d4bf39b 100644
--- a/core/launcher/server.pro
+++ b/core/launcher/server.pro
@@ -30,55 +30,55 @@ HEADERS += server.h \
30 serverapp.h \ 30 serverapp.h \
31 qprocess.h \ 31 qprocess.h \
32 screensaver.h \ 32 screensaver.h \
33 $$(OPIEDIR)/noncore/settings/mediummount/mediumwidget.h \ 33 $$(OPIEDIR)/noncore/settings/mediummount/mediumwidget.h \
34 mediadlg.h 34 mediadlg.h
35 35
36 SOURCES += server.cpp \ 36 SOURCES += server.cpp \
37 serverinterface.cpp \ 37 serverinterface.cpp \
38 launchertab.cpp \ 38 launchertab.cpp \
39 documentlist.cpp \ 39 documentlist.cpp \
40 appicons.cpp \ 40 appicons.cpp \
41 taskbar.cpp \ 41 taskbar.cpp \
42 runningappbar.cpp \ 42 runningappbar.cpp \
43 applauncher.cpp \ 43 applauncher.cpp \
44 stabmon.cpp \ 44 stabmon.cpp \
45 inputmethods.cpp \ 45 inputmethods.cpp \
46 systray.cpp \ 46 systray.cpp \
47 wait.cpp \ 47 wait.cpp \
48 shutdownimpl.cpp \ 48 shutdownimpl.cpp \
49 launcher.cpp \ 49 launcher.cpp \
50 launcherview.cpp \ 50 launcherview.cpp \
51 $$(OPIEDIR)/core/apps/calibrate/calibrate.cpp \ 51 $$(OPIEDIR)/core/apps/calibrate/calibrate.cpp \
52 transferserver.cpp \ 52 transferserver.cpp \
53 packageslave.cpp \ 53 packageslave.cpp \
54 irserver.cpp \ 54 irserver.cpp \
55 qcopbridge.cpp \ 55 qcopbridge.cpp \
56 startmenu.cpp \ 56 startmenu.cpp \
57 main.cpp \ 57 main.cpp \
58 firstuse.cpp \ 58 firstuse.cpp \
59 syncdialog.cpp \ 59 syncdialog.cpp \
60 serverapp.cpp \ 60 serverapp.cpp \
61 qprocess.cpp \ 61 qprocess.cpp \
62 qprocess_unix.cpp \ 62 qprocess_unix.cpp \
63 screensaver.cpp \ 63 screensaver.cpp \
64 $$(OPIEDIR)/noncore/settings/mediummount/mediumwidget.cc \ 64 $$(OPIEDIR)/noncore/settings/mediummount/mediumwidget.cc \
65 mediadlg.cpp 65 mediadlg.cpp
66 66
67 67
68INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate 68INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate
69 DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate 69 DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate
70 70
71INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/rsync 71INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/rsync
72 DEPENDPATH+= $(OPIEDIR)/rsync 72 DEPENDPATH+= $(OPIEDIR)/rsync
73 73
74INCLUDEPATH += $(OPIEDIR)/noncore/settings/mediummount 74INCLUDEPATH += $(OPIEDIR)/noncore/settings/mediummount
75DEPENDPATH += $(OPIEDIR)/noncore/settings/mediummount 75DEPENDPATH += $(OPIEDIR)/noncore/settings/mediummount
76 76
77LIBS += -lqpe -lopiecore2 -lopieui2 -lqrsync 77LIBS += -lqpe -lopiecore2 -lopieui2 -lqrsync
78TARGET = qpe 78TARGET = opie
79 79
80contains( $(CONFIG_TARGET_MACOSX), y ) { 80contains( $(CONFIG_TARGET_MACOSX), y ) {
81 LIBS += -lcrypt 81 LIBS += -lcrypt
82} 82}
83 83
84include ( $(OPIEDIR)/include.pro ) 84include ( $(OPIEDIR)/include.pro )