summaryrefslogtreecommitdiffstats
path: root/qt5/qtbase/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'qt5/qtbase/CONFIGURE')
-rwxr-xr-xqt5/qtbase/CONFIGURE46
1 files changed, 46 insertions, 0 deletions
diff --git a/qt5/qtbase/CONFIGURE b/qt5/qtbase/CONFIGURE
new file mode 100755
index 0000000000..eae64f7856
--- /dev/null
+++ b/qt5/qtbase/CONFIGURE
@@ -0,0 +1,46 @@
+config_query QT_DOC 'install documents(very big)?' n &&
+
+config_query_option QT_EXAMPLE 'install examples?' n \
+ '-make' \
+ '-nomake' &&
+
+config_query_option QT_DEMOS 'install demos?' n \
+ '-make' \
+ '-nomake' &&
+
+config_query_option QT_TESTS 'install tests?' n \
+ '-make' \
+ '-nomake' &&
+
+config_query_option QT_DEBUG 'Compile with debugging symbols?' n \
+ '-debug' \
+ '-no-separate-debug-info' &&
+
+config_query_option QT_NIS 'Enable Network Information Services?' y \
+ '-nis' \
+ '-no-nis' &&
+
+config_query_option QT_XRAMA 'Enable Xinerama support?' n \
+ '-xinerama' \
+ '-no-xinerama' &&
+
+config_query_option QT_GIF 'Enable GIF support?' n \
+ '' \
+ '-no-gif' &&
+
+config_query_option QT_PCH 'Enable precompiled header support?' y \
+ '-pch' \
+ '-no-pch' &&
+
+config_query_option QT_ACCESS 'Compile Accessibility support' y \
+ '-accessibility' \
+ '-no-accessibility' &&
+
+config_query_option QT_AUDIO 'support Audio backends' y \
+ '-audio-backend' \
+ '-no-audio-backend' &&
+
+config_query_option QT_JVS 'Javascript-JIT' y \
+ '-javascript-jit' \
+ '-no-javascript-jit' &&
+config_query QT_SQL 'enable SQL support?' y