summaryrefslogtreecommitdiffstats
path: root/config.tests/wayland/wayland.pro
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/wayland/wayland.pro')
-rw-r--r--config.tests/wayland/wayland.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.tests/wayland/wayland.pro b/config.tests/wayland/wayland.pro
new file mode 100644
index 000000000..5873d92db
--- /dev/null
+++ b/config.tests/wayland/wayland.pro
@@ -0,0 +1,12 @@
+TARGET = wayland
+QT = core
+
+!contains(QT_CONFIG, no-pkg-config) {
+ CONFIG += link_pkgconfig
+ PKGCONFIG += wayland-client
+} else {
+ LIBS += -lwayland-client
+}
+
+# Input
+SOURCES += main.cpp \ No newline at end of file