summaryrefslogtreecommitdiffstats
path: root/config.tests/qpa/eglfs-egldevice/eglfs-egldevice.pro
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/qpa/eglfs-egldevice/eglfs-egldevice.pro')
-rw-r--r--config.tests/qpa/eglfs-egldevice/eglfs-egldevice.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.tests/qpa/eglfs-egldevice/eglfs-egldevice.pro b/config.tests/qpa/eglfs-egldevice/eglfs-egldevice.pro
new file mode 100644
index 0000000000..87214abc7a
--- /dev/null
+++ b/config.tests/qpa/eglfs-egldevice/eglfs-egldevice.pro
@@ -0,0 +1,12 @@
+SOURCES = eglfs-egldevice.cpp
+
+for(p, QMAKE_LIBDIR_EGL) {
+ exists($$p):LIBS += -L$$p
+}
+
+INCLUDEPATH += $$QMAKE_INCDIR_EGL
+LIBS += $$QMAKE_LIBS_EGL
+
+LIBS += -ldrm
+
+CONFIG -= qt