summaryrefslogtreecommitdiffstats
path: root/examples/opengl/threadedqopenglwidget/threadedqopenglwidget.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/threadedqopenglwidget/threadedqopenglwidget.pro')
-rw-r--r--examples/opengl/threadedqopenglwidget/threadedqopenglwidget.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/opengl/threadedqopenglwidget/threadedqopenglwidget.pro b/examples/opengl/threadedqopenglwidget/threadedqopenglwidget.pro
new file mode 100644
index 0000000000..4e941b28c4
--- /dev/null
+++ b/examples/opengl/threadedqopenglwidget/threadedqopenglwidget.pro
@@ -0,0 +1,11 @@
+QT += widgets
+
+SOURCES += main.cpp \
+ glwidget.cpp \
+ mainwindow.cpp
+
+HEADERS += glwidget.h \
+ mainwindow.h
+
+target.path = $$[QT_INSTALL_EXAMPLES]/opengl/threadedqopenglwidget
+INSTALLS += target