summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@nokia.com>2011-01-14 09:28:37 (GMT)
committerMorten Johan Sørvig <morten.sorvig@nokia.com>2011-01-14 09:29:51 (GMT)
commit18ced2568f524ff38ebf610125ca9611e787abe5 (patch)
tree040eaff2cc5321ba4b937d35fa58686abc95a58a /configure
parent2bc7d2af6be2b09c38e989f339ec2ee33cc204eb (diff)
downloadQt-18ced2568f524ff38ebf610125ca9611e787abe5.zip
Qt-18ced2568f524ff38ebf610125ca9611e787abe5.tar.gz
Qt-18ced2568f524ff38ebf610125ca9611e787abe5.tar.bz2
Configure: allow -no-framework for lighthouse.
(configure has trouble separating host and target platforms.)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e8a5662..e3c0882 100755
--- a/configure
+++ b/configure
@@ -1525,7 +1525,7 @@ while [ "$#" -gt 0 ]; do
;;
framework)
- if [ "$PLATFORM_MAC" = "yes" ]; then
+ if [ "$PLATFORM_MAC" = "yes" ] || [ "$PLATFORM_QPA" = "yes" ]; then
CFG_FRAMEWORK="$VAL"
else
UNKNOWN_OPT=yes