summaryrefslogtreecommitdiff
path: root/core/tools/quicklauncher/quicklauncher.pro
authormickeyl <mickeyl>2004-04-02 09:30:02 (UTC)
committer mickeyl <mickeyl>2004-04-02 09:30:02 (UTC)
commit40aa649f8f8a15df709ef65e43fa8fb1b7933b4a (patch) (unidiff)
treeb48f7036f60fe2875a288fd68072c40fd95abd87 /core/tools/quicklauncher/quicklauncher.pro
parenta31c8ad914e72b874062dcb31e72476aca735bb0 (diff)
downloadopie-40aa649f8f8a15df709ef65e43fa8fb1b7933b4a.zip
opie-40aa649f8f8a15df709ef65e43fa8fb1b7933b4a.tar.gz
opie-40aa649f8f8a15df709ef65e43fa8fb1b7933b4a.tar.bz2
eliminate bogus CONFIG scope 'qtopia'. What does that mean? ;)
Diffstat (limited to 'core/tools/quicklauncher/quicklauncher.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/tools/quicklauncher/quicklauncher.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tools/quicklauncher/quicklauncher.pro b/core/tools/quicklauncher/quicklauncher.pro
index 3cdbf60..927392d 100644
--- a/core/tools/quicklauncher/quicklauncher.pro
+++ b/core/tools/quicklauncher/quicklauncher.pro
@@ -1,8 +1,8 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG += qtopia warn_on 2 CONFIG += qt warn_on
3 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 4
5 HEADERS = dropins.h 5 HEADERS = dropins.h
6 SOURCES = main.cpp 6 SOURCES = main.cpp
7 INTERFACES= 7 INTERFACES=
8 8