summaryrefslogtreecommitdiffstats
path: root/config.tests/qpa/glx/glx.pro
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/qpa/glx/glx.pro')
-rw-r--r--config.tests/qpa/glx/glx.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.tests/qpa/glx/glx.pro b/config.tests/qpa/glx/glx.pro
new file mode 100644
index 0000000000..da51a6d231
--- /dev/null
+++ b/config.tests/qpa/glx/glx.pro
@@ -0,0 +1,10 @@
+SOURCES = glx.cpp
+CONFIG += x11
+INCLUDEPATH += $$QMAKE_INCDIR_OPENGL
+
+for(p, QMAKE_LIBDIR_OPENGL) {
+ exists($$p):LIBS += -L$$p
+}
+
+CONFIG -= qt
+LIBS += -lGL