summaryrefslogtreecommitdiffstats
path: root/src/opengl/platform/unix/unix.pri
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-07-08 14:23:51 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-07-08 19:34:10 +0200
commite3ce7c87e2969d0b35352dadc8e4fb44776dc140 (patch)
treeace9a8a24a7b8996be843418eda4110fb0bc0564 /src/opengl/platform/unix/unix.pri
parentd6a724a9b2e8bab1ee35e637887b8968ee66bc26 (diff)
Move qglxconvenience to QtOpenGL
Task-number: QTBUG-83255 Change-Id: I7640caf8afbae0a7310a264f333bb3a6cfa3c6ed Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/opengl/platform/unix/unix.pri')
-rw-r--r--src/opengl/platform/unix/unix.pri9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/opengl/platform/unix/unix.pri b/src/opengl/platform/unix/unix.pri
new file mode 100644
index 0000000000..1cdf0ca22d
--- /dev/null
+++ b/src/opengl/platform/unix/unix.pri
@@ -0,0 +1,9 @@
+QMAKE_USE += xlib
+
+HEADERS += \
+ platform/unix/qglxconvenience_p.h
+
+SOURCES += \
+ platform/unix/qglxconvenience.cpp
+
+QMAKE_USE += xlib