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