diff options
author | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2011-01-14 09:28:37 (GMT) |
---|---|---|
committer | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2011-01-14 09:29:51 (GMT) |
commit | 18ced2568f524ff38ebf610125ca9611e787abe5 (patch) | |
tree | 040eaff2cc5321ba4b937d35fa58686abc95a58a | |
parent | 2bc7d2af6be2b09c38e989f339ec2ee33cc204eb (diff) | |
download | Qt-18ced2568f524ff38ebf610125ca9611e787abe5.zip Qt-18ced2568f524ff38ebf610125ca9611e787abe5.tar.gz Qt-18ced2568f524ff38ebf610125ca9611e787abe5.tar.bz2 |
Configure: allow -no-framework for lighthouse.
(configure has trouble separating host and target platforms.)
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |