summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/widgets/windowcontainer/windowcontainer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/examples/widgets/windowcontainer/windowcontainer.pro')
-rw-r--r--tests/manual/examples/widgets/windowcontainer/windowcontainer.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/manual/examples/widgets/windowcontainer/windowcontainer.pro b/tests/manual/examples/widgets/windowcontainer/windowcontainer.pro
new file mode 100644
index 0000000000..664ac938a2
--- /dev/null
+++ b/tests/manual/examples/widgets/windowcontainer/windowcontainer.pro
@@ -0,0 +1,9 @@
+SOURCES = windowcontainer.cpp
+
+QT += widgets
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/widgets/windowcontainer
+INSTALLS += target
+
+include(../../opengl/openglwindow/openglwindow.pri)