summaryrefslogtreecommitdiff
path: root/noncore/apps
authorharlekin <harlekin>2003-01-15 15:06:47 (UTC)
committer harlekin <harlekin>2003-01-15 15:06:47 (UTC)
commitc75b7928c0aa938802e8f01da384ccfdc240fec7 (patch) (unidiff)
tree1a23e880c67f0deef56ee79da0cdf296a84a0b71 /noncore/apps
parent91b32e7029a8e02f5de8b8b3fd8a699af997d47b (diff)
downloadopie-c75b7928c0aa938802e8f01da384ccfdc240fec7.zip
opie-c75b7928c0aa938802e8f01da384ccfdc240fec7.tar.gz
opie-c75b7928c0aa938802e8f01da384ccfdc240fec7.tar.bz2
make it work on ipaq again
Diffstat (limited to 'noncore/apps') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/config.in2
-rw-r--r--noncore/apps/opie-console/opie-console.pro1
2 files changed, 2 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/config.in b/noncore/apps/opie-console/config.in
index 01c9a1c..845ae85 100644
--- a/noncore/apps/opie-console/config.in
+++ b/noncore/apps/opie-console/config.in
@@ -1,8 +1,8 @@
1menu "opie-console" 1menu "opie-console"
2 2
3 config #TEST 3 config #OPIE-CONSOLE
4 boolean "opie-console" 4 boolean "opie-console"
5 default "y" 5 default "y"
6 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 6 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
7 source noncore/apps/opie-console/test/config.in 7 source noncore/apps/opie-console/test/config.in
8endmenu 8endmenu
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro
index e3f92f0..680c56b 100644
--- a/noncore/apps/opie-console/opie-console.pro
+++ b/noncore/apps/opie-console/opie-console.pro
@@ -1,7 +1,8 @@
1TEMPLATE = app 1TEMPLATE = app
2 TMAKE_CXXFLAGS=-DHAVE_OPENPTY
2#CONFIG = qt warn_on release 3#CONFIG = qt warn_on release
3 CONFIG = qt debug 4 CONFIG = qt debug
4DESTDIR = $(OPIEDIR)/bin 5DESTDIR = $(OPIEDIR)/bin
5HEADERS = 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 \
6 file_layer.h filetransfer.h \ 7 file_layer.h filetransfer.h \
7 metafactory.h \ 8 metafactory.h \