author | llornkcor <llornkcor> | 2003-11-12 20:57:33 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2003-11-12 20:57:33 (UTC) |
commit | d9a835f8672d0fb485335e9fc85c35a430320ce2 (patch) (unidiff) | |
tree | 39bfaf43516c53ed54480bbde594eb4368eb9d01 | |
parent | ae56d31dffff6087de567b65b60ad0d1295f83e4 (diff) | |
download | opie-d9a835f8672d0fb485335e9fc85c35a430320ce2.zip opie-d9a835f8672d0fb485335e9fc85c35a430320ce2.tar.gz opie-d9a835f8672d0fb485335e9fc85c35a430320ce2.tar.bz2 |
config qt not config qtopia
-rw-r--r-- | noncore/multimedia/opierec/opierec.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/multimedia/opierec/opierec.pro b/noncore/multimedia/opierec/opierec.pro index 3217528..7dbc4f7 100644 --- a/noncore/multimedia/opierec/opierec.pro +++ b/noncore/multimedia/opierec/opierec.pro | |||
@@ -1,11 +1,11 @@ | |||
1 | CONFIG = qtopia warn_on debug | 1 | CONFIG = qt warn_on debug |
2 | #CONFIG = qt warn_on release quick-app | 2 | #CONFIG = qt warn_on release quick-app |
3 | HEADERS = adpcm.h pixmaps.h qtrec.h device.h wavFile.h | 3 | HEADERS = adpcm.h pixmaps.h qtrec.h device.h wavFile.h |
4 | SOURCES = adpcm.c main.cpp qtrec.cpp device.cpp wavFile.cpp | 4 | SOURCES = adpcm.c main.cpp qtrec.cpp device.cpp wavFile.cpp |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH += $(OPIEDIR)/include | 6 | DEPENDPATH += $(OPIEDIR)/include |
7 | LIBS += -lqpe -lpthread | 7 | LIBS += -lqpe -lpthread |
8 | INTERFACES = | 8 | INTERFACES = |
9 | TARGET = opierec | 9 | TARGET = opierec |
10 | #TMAKE_CXXFLAGS += -DQT_QWS_VERCEL_IDR -DQWS -fno-exceptions -fno-rtti | 10 | #TMAKE_CXXFLAGS += -DQT_QWS_VERCEL_IDR -DQWS -fno-exceptions -fno-rtti |
11 | include ( $(OPIEDIR)/include.pro ) | 11 | include ( $(OPIEDIR)/include.pro ) |