author | mickeyl <mickeyl> | 2004-04-02 09:30:02 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-04-02 09:30:02 (UTC) |
commit | 40aa649f8f8a15df709ef65e43fa8fb1b7933b4a (patch) (side-by-side diff) | |
tree | b48f7036f60fe2875a288fd68072c40fd95abd87 /core | |
parent | a31c8ad914e72b874062dcb31e72476aca735bb0 (diff) | |
download | opie-40aa649f8f8a15df709ef65e43fa8fb1b7933b4a.zip opie-40aa649f8f8a15df709ef65e43fa8fb1b7933b4a.tar.gz opie-40aa649f8f8a15df709ef65e43fa8fb1b7933b4a.tar.bz2 |
eliminate bogus CONFIG scope 'qtopia'. What does that mean? ;)
-rw-r--r-- | core/launcher/server.pro | 2 | ||||
-rw-r--r-- | core/tools/quicklauncher/quicklauncher.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/launcher/server.pro b/core/launcher/server.pro index 441e3bf..053bb77 100644 --- a/core/launcher/server.pro +++ b/core/launcher/server.pro @@ -1,6 +1,6 @@ TEMPLATE = app -CONFIG += qtopia warn_on +CONFIG += qt warn_on DESTDIR = $$(OPIEDIR)/bin 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,5 +1,5 @@ TEMPLATE = app -CONFIG += qtopia warn_on +CONFIG += qt warn_on DESTDIR = $(OPIEDIR)/bin HEADERS = dropins.h |