summaryrefslogtreecommitdiffstats
path: root/nacl-configure
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@digia.com>2014-10-08 21:31:56 +0200
committerMorten Johan Sørvig <morten.sorvig@theqtcompany.com>2015-06-09 18:55:00 +0200
commit77b7bce20e9e875562ced4df873ffe07c636b268 (patch)
treec900f98d69f27792a8227920acdedc1787f74b10 /nacl-configure
parentadb7e22467a2ab3976501051e700e19209e2867d (diff)
Don't build the qml debugger
(requires a TCP socket connection)
Diffstat (limited to 'nacl-configure')
-rwxr-xr-xnacl-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/nacl-configure b/nacl-configure
index ae5e494e91..3156c7713a 100755
--- a/nacl-configure
+++ b/nacl-configure
@@ -127,7 +127,7 @@ NACL_CONFIGURE_LINE="$NACL_CONFIGURE_LINE -I $NACL_SDK_ROOT/include -L $NACL_SDK
# developer build
NACL_CONFIGURE_LINE="$NACL_CONFIGURE_LINE -developer-build -opensource -confirm-license -nomake examples -nomake tests"
# misc
-NACL_CONFIGURE_LINE="$NACL_CONFIGURE_LINE -no-sse2 -no-qpa-platform-guard -opengl es2 -skip xmlpatterns -skip qtsvg -no-warnings-are-errors"
+NACL_CONFIGURE_LINE="$NACL_CONFIGURE_LINE -no-sse2 -no-qpa-platform-guard -opengl es2 -skip xmlpatterns -skip qtsvg -no-warnings-are-errors -no-qml-debug"
# Newlib is static builds only.
if [[ $QT_MKSPEC == *newlib* ]]