-rw-r--r-- | noncore/apps/opie-console/config.in | 2 | ||||
-rw-r--r-- | noncore/apps/opie-console/opie-console.pro | 1 |
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,6 +1,6 @@ menu "opie-console" - config #TEST + config #OPIE-CONSOLE boolean "opie-console" default "y" depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 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,4 +1,5 @@ TEMPLATE = app +TMAKE_CXXFLAGS =-DHAVE_OPENPTY #CONFIG = qt warn_on release CONFIG = qt debug DESTDIR = $(OPIEDIR)/bin |