diff options
author | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2010-10-18 09:51:15 +0200 |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2010-10-20 13:56:28 +0200 |
commit | b895d7af3a75cbbc2b14a993679538ed02190b40 (patch) | |
tree | 719b4cb2b051097dfea12e886f08554b7bd6d0d6 /configure | |
parent | 4346b33024c76760752fc1dc4b46847883cd0453 (diff) | |
download | qt4-tools-b895d7af3a75cbbc2b14a993679538ed02190b40.tar.gz |
Lighthouse on OS X.
Reviewed-by: Jørgen
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6139,6 +6139,12 @@ if [ "$PLATFORM_QPA" = "yes" ]; then fi fi + if "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/mac/coreservices "CoreServices" $L_FLAGS $I_FLAGS $l_FLAGS $MAC_CONFIG_TEST_COMMANDLINE; then + QT_CONFIG="$QT_CONFIG coreservices" + else + QMakeVar add DEFINES QT_NO_CORESERVICES + fi + fi |