-rw-r--r-- | config.in | 8 | ||||
-rw-r--r-- | packages | 1 |
2 files changed, 8 insertions, 1 deletions
@@ -42,3 +42,8 @@ config DEBUG boolean "Enable debug builds" - default "n" + default n + + config RELEASE + bool + default y + depends ! DEBUG @@ -88,2 +93,3 @@ menu "Base" source core/launcher/config.in + source core/qws/config.in endmenu @@ -120,2 +120,3 @@ 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 |