summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2011-02-07 15:19:01 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2011-02-07 15:52:55 (GMT)
commiteef89ebc2abe0f095a4ad186a449ff78f1e57dcd (patch)
tree7ea74f3b818488f44adf12453099701da767176d /configure
parent8298a9d4190de1d2055da8be446c8ae4b22b6618 (diff)
downloadQt-eef89ebc2abe0f095a4ad186a449ff78f1e57dcd.zip
Qt-eef89ebc2abe0f095a4ad186a449ff78f1e57dcd.tar.gz
Qt-eef89ebc2abe0f095a4ad186a449ff78f1e57dcd.tar.bz2
Make sure its possible to use qpa scope in use applications
In user applications it should be possible to write something like qpa { HEADERS += Lighthousespecificheader.h } Reviewed-by: paul
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 9730e25..bacd2e4 100755
--- a/configure
+++ b/configure
@@ -6996,6 +6996,7 @@ fi
if [ "$PLATFORM_QPA" = "yes" ]; then
QMAKE_CONFIG="$QMAKE_CONFIG qpa"
QT_CONFIG="$QT_CONFIG qpa"
+ QTCONFIG_CONFIG="$QTCONFIG_CONFIG qpa"
rm -f "src/.moc/$QMAKE_OUTDIR/allmoc.cpp" # needs remaking if config changes
fi