summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console
authormickeyl <mickeyl>2004-03-28 19:01:58 (UTC)
committer mickeyl <mickeyl>2004-03-28 19:01:58 (UTC)
commit185e37c4372883a52a44318d1d70aa685417b3a6 (patch) (unidiff)
treee506976bcd23f93c7670b5d7689fc961653d45f2 /noncore/apps/opie-console
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/apps/opie-console') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/opie-console.pro4
-rw-r--r--noncore/apps/opie-console/test/console.pro4
2 files changed, 4 insertions, 4 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro
index d3d7b25..7a15828 100644
--- a/noncore/apps/opie-console/opie-console.pro
+++ b/noncore/apps/opie-console/opie-console.pro
@@ -1,7 +1,7 @@
1TEMPLATE = app 1TEMPLATE = app
2TMAKE_CXXFLAGS += -DHAVE_OPENPTY 2TMAKE_CXXFLAGS += -DHAVE_OPENPTY
3CONFIG += qt warn_on release 3CONFIG += qt warn_on
4#CONFIG = qt debug 4#CONFIG = qt
5DESTDIR = $(OPIEDIR)/bin 5DESTDIR = $(OPIEDIR)/bin
6HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h io_modem.h \ 6HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h io_modem.h \
7 file_layer.h filetransfer.h \ 7 file_layer.h filetransfer.h \
diff --git a/noncore/apps/opie-console/test/console.pro b/noncore/apps/opie-console/test/console.pro
index 624f381..77c8b22 100644
--- a/noncore/apps/opie-console/test/console.pro
+++ b/noncore/apps/opie-console/test/console.pro
@@ -1,6 +1,6 @@
1TEMPLATE = app 1TEMPLATE = app
2#CONFIG = qt warn_on release 2#CONFIG = qt warn_on
3CONFIG = qt debug 3CONFIG = qt
4#DESTDIR = $(OPIEDIR)/bin 4#DESTDIR = $(OPIEDIR)/bin
5HEADERS = ../io_layer.h ../io_serial.h ../sz_transfer.h ../file_layer.h\ 5HEADERS = ../io_layer.h ../io_serial.h ../sz_transfer.h ../file_layer.h\
6 senderui.h ../profile.h ../filetransfer.h ../procctl.h \ 6 senderui.h ../profile.h ../filetransfer.h ../procctl.h \