-rw-r--r-- | config.in | 8 | ||||
-rw-r--r-- | packages | 1 |
2 files changed, 8 insertions, 1 deletions
@@ -41,5 +41,10 @@ config OPTIMIZE config DEBUG boolean "Enable debug builds" - default "n" + default n + + config RELEASE + bool + default y + depends ! DEBUG config SPECFILE @@ -87,4 +92,5 @@ menu "Base" source core/opiealarm/config.in source core/launcher/config.in + source core/qws/config.in endmenu @@ -119,4 +119,5 @@ 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 |