-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,62 +1,62 @@ | |||
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 \ |