summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDonald Carr <donald.carr@nokia.com>2012-06-07 08:34:33 +0000
committerQt by Nokia <qt-info@nokia.com>2012-06-07 21:18:36 +0200
commit21019539fb0d2cc2db3d16c069fd38dec670c177 (patch)
tree412d704427c3bf844222cbcf2fe7367c2fb786b2 /configure
parentb9fc8bc10f20a0d106db5dd579669cd88b250472 (diff)
Fix eglfs regression in configure
XPLATFORM_QNX was never explicitly set, yet the tests which evaluate it assume that it is. Change-Id: If97d2ee1f4432ada0c68e36348bf5bec85f94e43 Reviewed-by: Sean Harmer <sean.harmer@kdab.com> Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index d74eb10723..9c9436c86a 100755
--- a/configure
+++ b/configure
@@ -786,6 +786,7 @@ QCONFIG_FLAGS=
XPLATFORM= # This seems to be the QMAKESPEC, like "linux-g++"
XPLATFORM_MINGW=no # Whether target platform is MinGW (win32-g++*)
XPLATFORM_MAEMO=no
+XPLATFORM_QNX=no
PLATFORM=$QMAKESPEC
QT_CROSS_COMPILE=no
OPT_CONFIRM_LICENSE=no