-rw-r--r-- | config.in | 8 | ||||
-rw-r--r-- | packages | 1 |
2 files changed, 8 insertions, 1 deletions
@@ -40,7 +40,12 @@ config OPTIMIZE config DEBUG boolean "Enable debug builds" - default "n" + default n + + config RELEASE + bool + default y + depends ! DEBUG config SPECFILE string @@ -86,6 +91,7 @@ menu "Base" source core/opie-login/config.in source core/opiealarm/config.in source core/launcher/config.in + source core/qws/config.in endmenu comment "" @@ -118,6 +118,7 @@ CONFIG_QASTEROIDS noncore/games/qasteroids qasteroids.pro CONFIG_QCOP core/apps/qcop qcop.pro CONFIG_QPDF noncore/graphics/qpdf qpdf.pro CONFIG_QUICKEXEC quickexec quickexec.pro +CONFIG_QWS core/qws qws.pro CONFIG_REMOTE noncore/tools/remote remote.pro CONFIG_RESTARTAPPLET core/applets/restartapplet restartapplet.pro CONFIG_RESTARTAPPLET2 core/applets/restartapplet2 restartapplet2.pro |