diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2011-03-02 15:15:47 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2011-03-02 15:51:37 (GMT) |
commit | 4ec935b3e738f79d76b708773c49471cffc46f65 (patch) | |
tree | 554e92e8b051527a366353ad3fdd727758717701 /config.tests | |
parent | 571946141df5428c08221381b2f18302e004825f (diff) | |
download | Qt-4ec935b3e738f79d76b708773c49471cffc46f65.zip Qt-4ec935b3e738f79d76b708773c49471cffc46f65.tar.gz Qt-4ec935b3e738f79d76b708773c49471cffc46f65.tar.bz2 |
Lighthouse: Make wayland configure check use pkg-config
Reviewed-by: paul
Diffstat (limited to 'config.tests')
-rw-r--r-- | config.tests/qpa/wayland/wayland.pro | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config.tests/qpa/wayland/wayland.pro b/config.tests/qpa/wayland/wayland.pro index 266e4d6..0c2b899 100644 --- a/config.tests/qpa/wayland/wayland.pro +++ b/config.tests/qpa/wayland/wayland.pro @@ -1,6 +1,4 @@ SOURCES = wayland.cpp CONFIG -= qt - -QMAKE_CXXFLAGS += $$QT_CFLAGS_WAYLAND -LIBS += $$QT_LIBS_WAYLAND -lfreetype -lfontconfig -lwayland-client - +INCLUDEPATH += $$QMAKE_INCDIR_WAYLAND +LIBS += $$QMAKE_LIBS_WAYLAND |