summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--config.in8
-rw-r--r--packages1
2 files changed, 8 insertions, 1 deletions
diff --git a/config.in b/config.in
index 7736ef2..d30f70b 100644
--- a/config.in
+++ b/config.in
@@ -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 ""
diff --git a/packages b/packages
index 0f7ab39..c1ac3f4 100644
--- a/packages
+++ b/packages
@@ -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