author | llornkcor <llornkcor> | 2004-10-12 09:35:17 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2004-10-12 09:35:17 (UTC) |
commit | a58a8f105b3f3e2b81165b4d9cebed5b59c0fb24 (patch) (unidiff) | |
tree | 2ae6ceb3fd6b1ffe6025e7031d6262cb3e4cdd68 | |
parent | c6cd1497c5e08f68085c27c04277cdb5f720527f (diff) | |
download | opie-a58a8f105b3f3e2b81165b4d9cebed5b59c0fb24.zip opie-a58a8f105b3f3e2b81165b4d9cebed5b59c0fb24.tar.gz opie-a58a8f105b3f3e2b81165b4d9cebed5b59c0fb24.tar.bz2 |
something weird with oe not seeing these changes
-rw-r--r-- | core/launcher/server.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/launcher/server.pro b/core/launcher/server.pro index 5f2aa02..3e74ab4 100644 --- a/core/launcher/server.pro +++ b/core/launcher/server.pro | |||
@@ -1,89 +1,89 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | 2 | ||
3 | CONFIG += qt warn_on | 3 | CONFIG += qt warn_on |
4 | 4 | ||
5 | DESTDIR = $$(OPIEDIR)/bin | 5 | DESTDIR = $$(OPIEDIR)/bin |
6 | 6 | ||
7 | HEADERS += server.h \ | 7 | HEADERS += server.h \ |
8 | qrr.h \ | 8 | qrr.h \ |
9 | serverinterface.h \ | 9 | serverinterface.h \ |
10 | launchertab.h \ | 10 | launchertab.h \ |
11 | documentlist.h \ | 11 | documentlist.h \ |
12 | appicons.h \ | 12 | appicons.h \ |
13 | taskbar.h \ | 13 | taskbar.h \ |
14 | runningappbar.h \ | 14 | runningappbar.h \ |
15 | applauncher.h \ | 15 | applauncher.h \ |
16 | stabmon.h \ | 16 | stabmon.h \ |
17 | inputmethods.h \ | 17 | inputmethods.h \ |
18 | systray.h \ | 18 | systray.h \ |
19 | wait.h \ | 19 | wait.h \ |
20 | shutdownimpl.h \ | 20 | shutdownimpl.h \ |
21 | launcher.h \ | 21 | launcher.h \ |
22 | launcherview.h \ | 22 | launcherview.h \ |
23 | $$(OPIEDIR)/core/apps/calibrate/calibrate.h \ | 23 | $$(OPIEDIR)/core/apps/calibrate/calibrate.h \ |
24 | startmenu.h \ | 24 | startmenu.h \ |
25 | transferserver.h \ | 25 | transferserver.h \ |
26 | qcopbridge.h \ | 26 | qcopbridge.h \ |
27 | packageslave.h \ | 27 | packageslave.h \ |
28 | irserver.h \ | 28 | irserver.h \ |
29 | firstuse.h \ | 29 | firstuse.h \ |
30 | syncdialog.h \ | 30 | syncdialog.h \ |
31 | serverapp.h \ | 31 | serverapp.h \ |
32 | qprocess.h \ | 32 | qprocess.h \ |
33 | screensaver.h \ | 33 | screensaver.h \ |
34 | $$(OPIEDIR)/noncore/settings/mediummount/mediumwidget.h \ | 34 | $$(OPIEDIR)/noncore/settings/mediummount/mediumwidget.h \ |
35 | mediadlg.h | 35 | mediadlg.h |
36 | 36 | ||
37 | SOURCES += server.cpp \ | 37 | SOURCES += server.cpp \ |
38 | qrr.cpp \ | 38 | qrr.cpp \ |
39 | serverinterface.cpp \ | 39 | serverinterface.cpp \ |
40 | launchertab.cpp \ | 40 | launchertab.cpp \ |
41 | documentlist.cpp \ | 41 | documentlist.cpp \ |
42 | appicons.cpp \ | 42 | appicons.cpp \ |
43 | taskbar.cpp \ | 43 | taskbar.cpp \ |
44 | runningappbar.cpp \ | 44 | runningappbar.cpp \ |
45 | applauncher.cpp \ | 45 | applauncher.cpp \ |
46 | stabmon.cpp \ | 46 | stabmon.cpp \ |
47 | inputmethods.cpp \ | 47 | inputmethods.cpp \ |
48 | systray.cpp \ | 48 | systray.cpp \ |
49 | wait.cpp \ | 49 | wait.cpp \ |
50 | shutdownimpl.cpp \ | 50 | shutdownimpl.cpp \ |
51 | launcher.cpp \ | 51 | launcher.cpp \ |
52 | launcherview.cpp \ | 52 | launcherview.cpp \ |
53 | $$(OPIEDIR)/core/apps/calibrate/calibrate.cpp \ | 53 | $$(OPIEDIR)/core/apps/calibrate/calibrate.cpp \ |
54 | transferserver.cpp \ | 54 | transferserver.cpp \ |
55 | packageslave.cpp \ | 55 | packageslave.cpp \ |
56 | irserver.cpp \ | 56 | irserver.cpp \ |
57 | qcopbridge.cpp \ | 57 | qcopbridge.cpp \ |
58 | startmenu.cpp \ | 58 | startmenu.cpp \ |
59 | main.cpp \ | 59 | main.cpp \ |
60 | firstuse.cpp \ | 60 | firstuse.cpp \ |
61 | syncdialog.cpp \ | 61 | syncdialog.cpp \ |
62 | serverapp.cpp \ | 62 | serverapp.cpp \ |
63 | qprocess.cpp \ | 63 | qprocess.cpp \ |
64 | qprocess_unix.cpp \ | 64 | qprocess_unix.cpp \ |
65 | screensaver.cpp \ | 65 | screensaver.cpp \ |
66 | $$(OPIEDIR)/noncore/settings/mediummount/mediumwidget.cc \ | 66 | $$(OPIEDIR)/noncore/settings/mediummount/mediumwidget.cc \ |
67 | mediadlg.cpp | 67 | mediadlg.cpp |
68 | 68 | ||
69 | 69 | ||
70 | INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate | 70 | INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate |
71 | DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate | 71 | DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate |
72 | 72 | ||
73 | INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/rsync | 73 | INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/rsync |
74 | DEPENDPATH+= $(OPIEDIR)/rsync | 74 | DEPENDPATH+= $(OPIEDIR)/rsync |
75 | 75 | ||
76 | INCLUDEPATH += $(OPIEDIR)/noncore/settings/mediummount | 76 | INCLUDEPATH += $(OPIEDIR)/noncore/settings/mediummount |
77 | DEPENDPATH += $(OPIEDIR)/noncore/settings/mediummount | 77 | DEPENDPATH += $(OPIEDIR)/noncore/settings/mediummount |
78 | 78 | ||
79 | LIBS += -lqpe -lopiecore2 -lopieui2 -lopiesecurity2 -lqrsync | 79 | LIBS += -lqpe -lopiecore2 -lopieui2 -lopiesecurity2 -lqrsync |
80 | TARGET = qpe | 80 | TARGET = qpe |
81 | 81 | ||
82 | ## not ready for use yet | 82 | ## not ready for use yet |
83 | # DEFINES += QPE_HAVE_DIRECT_ACCESS | 83 | # DEFINES += QPE_HAVE_DIRECT_ACCESS |
84 | 84 | ||
85 | contains( $(CONFIG_TARGET_MACOSX), y ) { | 85 | contains( $(CONFIG_TARGET_MACOSX), y ) { |
86 | LIBS += -lcrypt | 86 | LIBS += -lcrypt |
87 | } | 87 | } |
88 | 88 | ||
89 | include ( $(OPIEDIR)/include.pro ) | 89 | include ( $(OPIEDIR)/include.pro ) |