-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 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | 2 | ||
3 | CONFIG += qtopia 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 | serverinterface.h \ | 8 | serverinterface.h \ |
9 | launchertab.h \ | 9 | launchertab.h \ |
10 | documentlist.h \ | 10 | documentlist.h \ |
11 | appicons.h \ | 11 | appicons.h \ |
12 | taskbar.h \ | 12 | taskbar.h \ |
13 | runningappbar.h \ | 13 | runningappbar.h \ |
14 | applauncher.h \ | 14 | applauncher.h \ |
15 | stabmon.h \ | 15 | 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 @@ | |||
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 | ||
9 | INCLUDEPATH+= $(OPIEDIR)/include | 9 | INCLUDEPATH+= $(OPIEDIR)/include |
10 | LIBS += -lqpe -lopiecore2 -lopieui2 | 10 | LIBS += -lqpe -lopiecore2 -lopieui2 |
11 | 11 | ||
12 | TARGET = quicklauncher | 12 | TARGET = quicklauncher |
13 | 13 | ||
14 | 14 | ||
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 @@ | |||
1 | #CONFIG = qt qtopia warn_on pdaudio | 1 | #CONFIG = qt warn_on pdaudio |
2 | CONFIG = qt warn_on opie | 2 | CONFIG = qt warn_on opie |
3 | #CONFIG = qt warn_on quick-app | 3 | #CONFIG = qt warn_on quick-app |
4 | HEADERS = adpcm.h \ | 4 | HEADERS = adpcm.h \ |
5 | pixmaps.h \ | 5 | pixmaps.h \ |
6 | helpwindow.h \ | 6 | helpwindow.h \ |
7 | qtrec.h \ | 7 | qtrec.h \ |
8 | device.h \ | 8 | device.h \ |
9 | wavFile.h \ | 9 | wavFile.h \ |
10 | waveform.h | 10 | waveform.h |
11 | SOURCES = adpcm.c \ | 11 | SOURCES = adpcm.c \ |
12 | helpwindow.cpp \ | 12 | helpwindow.cpp \ |
13 | main.cpp \ | 13 | main.cpp \ |