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