author | harlekin <harlekin> | 2003-01-15 15:10:27 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-01-15 15:10:27 (UTC) |
commit | 05277c7e728e4126d81aa566b54db9ae3034475c (patch) (side-by-side diff) | |
tree | 1ba19b1e9dabcce3e8509823933a0bad02d583c2 | |
parent | c75b7928c0aa938802e8f01da384ccfdc240fec7 (diff) | |
download | opie-05277c7e728e4126d81aa566b54db9ae3034475c.zip opie-05277c7e728e4126d81aa566b54db9ae3034475c.tar.gz opie-05277c7e728e4126d81aa566b54db9ae3034475c.tar.bz2 |
do release build as default, not debug
-rw-r--r-- | noncore/apps/opie-console/opie-console.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro index 680c56b..c6f3f4d 100644 --- a/noncore/apps/opie-console/opie-console.pro +++ b/noncore/apps/opie-console/opie-console.pro @@ -1,52 +1,52 @@ TEMPLATE = app TMAKE_CXXFLAGS =-DHAVE_OPENPTY -#CONFIG = qt warn_on release -CONFIG = qt debug +CONFIG = qt warn_on release +#CONFIG = qt debug DESTDIR = $(OPIEDIR)/bin HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h io_modem.h \ file_layer.h filetransfer.h \ metafactory.h \ session.h \ mainwindow.h \ profile.h \ profileconfig.h \ profilemanager.h \ configwidget.h \ tabwidget.h \ configdialog.h \ keytrans.h \ transferdialog.h \ profiledialogwidget.h \ profileeditordialog.h \ default.h \ iolayerbase.h \ serialconfigwidget.h irdaconfigwidget.h \ btconfigwidget.h modemconfigwidget.h \ atconfigdialog.h dialdialog.h \ procctl.h \ function_keyboard.h \ receive_layer.h filereceive.h \ script.h \ dialer.h \ terminalwidget.h \ emulation_handler.h TECommon.h \ TEHistroy.h TEScreen.h TEWidget.h \ TEmuVt102.h TEmulation.h MyPty.h \ consoleconfigwidget.h SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \ file_layer.cpp filetransfer.cpp \ main.cpp \ metafactory.cpp \ session.cpp \ mainwindow.cpp \ profile.cpp \ profileconfig.cpp \ profilemanager.cpp \ tabwidget.cpp \ configdialog.cpp \ keytrans.cpp \ transferdialog.cpp \ profiledialogwidget.cpp \ profileeditordialog.cpp \ iolayerbase.cpp \ |