summaryrefslogtreecommitdiffstats
path: root/config.tests/wayland_scanner/wayland_scanner.pro
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/wayland_scanner/wayland_scanner.pro')
-rw-r--r--config.tests/wayland_scanner/wayland_scanner.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/config.tests/wayland_scanner/wayland_scanner.pro b/config.tests/wayland_scanner/wayland_scanner.pro
new file mode 100644
index 000000000..57edd5b2d
--- /dev/null
+++ b/config.tests/wayland_scanner/wayland_scanner.pro
@@ -0,0 +1,15 @@
+TARGET = wayland_scanner
+QT = core
+
+!contains(QT_CONFIG, no-pkg-config) {
+ CONFIG += link_pkgconfig
+ PKGCONFIG += wayland-client
+} else {
+ LIBS += -lwayland-client
+}
+
+# Input
+SOURCES += main.cpp
+
+WAYLANDSOURCES += scanner-test.xml
+