diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2010-10-07 01:51:23 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2011-01-25 17:48:25 (GMT) |
commit | 6c5ea196ff086b92687033208f15e36591dc70f6 (patch) | |
tree | 47483a0182e9d49d63fd3e65b087be5704ff5ba6 /configure | |
parent | 04ad0434596714ff91f5fce66267c34e82654bd5 (diff) | |
download | Qt-6c5ea196ff086b92687033208f15e36591dc70f6.zip Qt-6c5ea196ff086b92687033208f15e36591dc70f6.tar.gz Qt-6c5ea196ff086b92687033208f15e36591dc70f6.tar.bz2 |
Add wayland lighthouse plugin
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6185,6 +6185,11 @@ if [ "$PLATFORM_QPA" = "yes" ]; then QMakeVar set QMAKE_LIBS_FONTCONFIG "$QT_LIBS_FONTCONFIG" CFG_LIBFREETYPE=system fi + + if "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/qpa/wayland "Wayland" $L_FLAGS $I_FLAGS $l_FLAGS; then + QT_CONFIG="$QT_CONFIG wayland" + 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 |