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