summaryrefslogtreecommitdiffstats
path: root/examples/gui/rhiwindow/rhiwindow.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/rhiwindow/rhiwindow.pro')
-rw-r--r--examples/gui/rhiwindow/rhiwindow.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/gui/rhiwindow/rhiwindow.pro b/examples/gui/rhiwindow/rhiwindow.pro
new file mode 100644
index 0000000000..18f259aaf6
--- /dev/null
+++ b/examples/gui/rhiwindow/rhiwindow.pro
@@ -0,0 +1,9 @@
+include(rhiwindow.pri)
+
+QT += gui-private
+
+SOURCES += \
+ main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/gui/rhiwindow
+INSTALLS += target