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 | |||
@@ -5,7 +5,7 @@ CONFIG += qt warn_on | |||
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 \ |
@@ -35,7 +35,7 @@ HEADERS += server.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 \ |