summaryrefslogtreecommitdiff
path: root/core/qws/config.in
Side-by-side diff
Diffstat (limited to 'core/qws/config.in') (more/less context) (ignore whitespace changes)
-rw-r--r--core/qws/config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/core/qws/config.in b/core/qws/config.in
new file mode 100644
index 0000000..1316c77
--- a/dev/null
+++ b/core/qws/config.in
@@ -0,0 +1,16 @@
+ config QWS
+ boolean "Minimal QWS Server"
+ default "n"
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
+
+# menu "Advanced QWS Server Config"
+# config QWS_QCOP
+# bool "QCop bridge and Transfer server (sync)"
+# default y
+# depends on QWS
+#
+# config QWS_PACKAGE
+# bool "Package Slave (package installs via sync software)"
+# default n
+# depends on QWS
+# endmenu