author | llornkcor <llornkcor> | 2004-04-07 07:35:13 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2004-04-07 07:35:13 (UTC) |
commit | b3447b43b48cb6d720b76a1e9fc46acac6961dc8 (patch) (unidiff) | |
tree | c39099b52242795d064dc5e0ea2154a0e2afe837 | |
parent | 8934c3230dfab60e1ecef0a3c0cafa1e67be5c75 (diff) | |
download | opie-b3447b43b48cb6d720b76a1e9fc46acac6961dc8.zip opie-b3447b43b48cb6d720b76a1e9fc46acac6961dc8.tar.gz opie-b3447b43b48cb6d720b76a1e9fc46acac6961dc8.tar.bz2 |
add commented out defines for non opie
-rwxr-xr-x | core/apps/embeddedkonsole/embeddedkonsole.pro | 10 |
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 @@ | |||
1 | CONFIG += qt warn_on quick-app | 1 | CONFIG += qt warn_on quick-app |
2 | HEADERS = TEWidget.h \ | 2 | HEADERS = TEWidget.h \ |
3 | TEScreen.h \ | 3 | TEScreen.h \ |
4 | TECommon.h \ | 4 | TECommon.h \ |
@@ -29,7 +29,11 @@ INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui | |||
29 | TARGET = embeddedkonsole | 29 | TARGET = embeddedkonsole |
30 | INCLUDEPATH += $(OPIEDIR)/include | 30 | INCLUDEPATH += $(OPIEDIR)/include |
31 | DEPENDPATH += $(OPIEDIR)/include | 31 | DEPENDPATH += $(OPIEDIR)/include |
32 | LIBS += -lqpe -lopiecore2 -lqtaux2 -lutil | 32 | |
33 | DEFINES += QT_QWS_OPIE HAVE_OPENPTY | 33 | DEFINES += QT_QWS_OPIE HAVE_OPENPTY |
34 | LIBS += -lqpe -lopiecore2 -lqtaux2 -lutil | ||
35 | |||
36 | #DEFINES += HAVE_OPENPTY | ||
37 | #LIBS += -lqpe -lutil | ||
34 | 38 | ||
35 | include ( $(OPIEDIR)/include.pro ) | 39 | include ( $(OPIEDIR)/include.pro ) |