-rw-r--r-- | core/launcher/server.pro | 2 | ||||
-rw-r--r-- | core/tools/quicklauncher/quicklauncher.pro | 2 | ||||
-rw-r--r-- | noncore/multimedia/opierec/opierec.pro | 2 |
3 files changed, 3 insertions, 3 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,15 +1,15 @@ TEMPLATE = app -CONFIG += qtopia warn_on +CONFIG += qt warn_on DESTDIR = $$(OPIEDIR)/bin HEADERS += server.h \ serverinterface.h \ launchertab.h \ documentlist.h \ appicons.h \ taskbar.h \ runningappbar.h \ applauncher.h \ stabmon.h \ 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,14 +1,14 @@ TEMPLATE = app -CONFIG += qtopia warn_on +CONFIG += qt warn_on DESTDIR = $(OPIEDIR)/bin HEADERS = dropins.h SOURCES = main.cpp INTERFACES = INCLUDEPATH += $(OPIEDIR)/include LIBS += -lqpe -lopiecore2 -lopieui2 TARGET = quicklauncher diff --git a/noncore/multimedia/opierec/opierec.pro b/noncore/multimedia/opierec/opierec.pro index 080a5f2..7b08f0e 100644 --- a/noncore/multimedia/opierec/opierec.pro +++ b/noncore/multimedia/opierec/opierec.pro @@ -1,13 +1,13 @@ -#CONFIG = qt qtopia warn_on pdaudio +#CONFIG = qt warn_on pdaudio CONFIG = qt warn_on opie #CONFIG = qt warn_on quick-app HEADERS = adpcm.h \ pixmaps.h \ helpwindow.h \ qtrec.h \ device.h \ wavFile.h \ waveform.h SOURCES = adpcm.c \ helpwindow.cpp \ main.cpp \ |