Introduce standard pkg-config usage
[profile/ivi/qtwayland.git] / tests / auto / compositor / compositor.pro
1 CONFIG += testcase link_pkgconfig
2 TARGET = tst_compositor
3
4 QT += testlib
5 QT += core-private gui-private compositor
6
7 !contains(QT_CONFIG, no-pkg-config) {
8     PKGCONFIG += wayland-client wayland-server
9 } else {
10     LIBS += -lwayland-client -lwayland-server
11 }
12
13 SOURCES += tst_compositor.cpp testcompositor.cpp mockclient.cpp
14 HEADERS += testcompositor.h mockclient.h