summaryrefslogtreecommitdiff
path: root/noncore/comm
authormickeyl <mickeyl>2004-03-28 19:01:58 (UTC)
committer mickeyl <mickeyl>2004-03-28 19:01:58 (UTC)
commit185e37c4372883a52a44318d1d70aa685417b3a6 (patch) (unidiff)
treee506976bcd23f93c7670b5d7689fc961653d45f2 /noncore/comm
parentdd23aa6470b671250ba57bec095d3bc0fab39102 (diff)
downloadopie-185e37c4372883a52a44318d1d70aa685417b3a6.zip
opie-185e37c4372883a52a44318d1d70aa685417b3a6.tar.gz
opie-185e37c4372883a52a44318d1d70aa685417b3a6.tar.bz2
remove hardcoded build types "debug" and "release". these are set by the build system
Diffstat (limited to 'noncore/comm') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/comm/keypebble/keypebble.pro2
-rw-r--r--noncore/comm/mobilemsg/mobilemsg.pro4
2 files changed, 3 insertions, 3 deletions
diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro
index 89fb9ed..3515016 100644
--- a/noncore/comm/keypebble/keypebble.pro
+++ b/noncore/comm/keypebble/keypebble.pro
@@ -1,4 +1,4 @@
1CONFIG += qt warn_on release quick-app 1CONFIG += qt warn_on quick-app
2 HEADERS = d3des.h \ 2 HEADERS = d3des.h \
3 krfbbuffer.h \ 3 krfbbuffer.h \
4 krfbcanvas.h \ 4 krfbcanvas.h \
diff --git a/noncore/comm/mobilemsg/mobilemsg.pro b/noncore/comm/mobilemsg/mobilemsg.pro
index 2de38c4..07fb9e1 100644
--- a/noncore/comm/mobilemsg/mobilemsg.pro
+++ b/noncore/comm/mobilemsg/mobilemsg.pro
@@ -1,6 +1,6 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 #CONFIG = qt warn_on debug 2 #CONFIG = qt warn_on
3 CONFIG = qt warn_on release 3 CONFIG = qt warn_on
4 HEADERS = mobilemsg.h 4 HEADERS = mobilemsg.h
5 SOURCES = main.cpp mobilemsg.cpp 5 SOURCES = main.cpp mobilemsg.cpp
6 INCLUDEPATH+= $(OPIEDIR)/include 6 INCLUDEPATH+= $(OPIEDIR)/include