summaryrefslogtreecommitdiff
path: root/core/apps
authorllornkcor <llornkcor>2004-04-07 07:35:13 (UTC)
committer llornkcor <llornkcor>2004-04-07 07:35:13 (UTC)
commitb3447b43b48cb6d720b76a1e9fc46acac6961dc8 (patch) (unidiff)
treec39099b52242795d064dc5e0ea2154a0e2afe837 /core/apps
parent8934c3230dfab60e1ecef0a3c0cafa1e67be5c75 (diff)
downloadopie-b3447b43b48cb6d720b76a1e9fc46acac6961dc8.zip
opie-b3447b43b48cb6d720b76a1e9fc46acac6961dc8.tar.gz
opie-b3447b43b48cb6d720b76a1e9fc46acac6961dc8.tar.bz2
add commented out defines for non opie
Diffstat (limited to 'core/apps') (more/less context) (ignore whitespace changes)
-rwxr-xr-xcore/apps/embeddedkonsole/embeddedkonsole.pro10
1 files changed, 7 insertions, 3 deletions
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro
index 15a4a58..1bff59d 100755
--- a/core/apps/embeddedkonsole/embeddedkonsole.pro
+++ b/core/apps/embeddedkonsole/embeddedkonsole.pro
@@ -1,4 +1,4 @@
1CONFIG += qt warn_on quick-app 1CONFIG += qt warn_on quick-app
2HEADERS = TEWidget.h \ 2HEADERS = TEWidget.h \
3 TEScreen.h \ 3 TEScreen.h \
4 TECommon.h \ 4 TECommon.h \
@@ -29,7 +29,11 @@ INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui
29TARGET = embeddedkonsole 29TARGET = embeddedkonsole
30INCLUDEPATH += $(OPIEDIR)/include 30INCLUDEPATH += $(OPIEDIR)/include
31DEPENDPATH += $(OPIEDIR)/include 31DEPENDPATH += $(OPIEDIR)/include
32LIBS += -lqpe -lopiecore2 -lqtaux2 -lutil 32
33DEFINES += QT_QWS_OPIE HAVE_OPENPTY 33DEFINES += QT_QWS_OPIE HAVE_OPENPTY
34LIBS += -lqpe -lopiecore2 -lqtaux2 -lutil
35
36#DEFINES += HAVE_OPENPTY
37#LIBS += -lqpe -lutil
34 38
35include ( $(OPIEDIR)/include.pro ) 39include ( $(OPIEDIR)/include.pro )