summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/opengl/hellowindow/hellowindow.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/examples/opengl/hellowindow/hellowindow.pro')
-rw-r--r--tests/manual/examples/opengl/hellowindow/hellowindow.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/manual/examples/opengl/hellowindow/hellowindow.pro b/tests/manual/examples/opengl/hellowindow/hellowindow.pro
new file mode 100644
index 0000000000..27c274a378
--- /dev/null
+++ b/tests/manual/examples/opengl/hellowindow/hellowindow.pro
@@ -0,0 +1,9 @@
+QT += gui-private core-private opengl
+
+HEADERS += hellowindow.h
+SOURCES += hellowindow.cpp main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellowindow
+INSTALLS += target
+