summaryrefslogtreecommitdiffstats
path: root/examples/widgets/rhi/simplerhiwidget/simplerhiwidget.pro
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2023-06-13 13:10:40 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2023-08-14 17:05:36 +0200
commit72a453c6a8b02c08c5c09842f468459d6a51c387 (patch)
treed97d633203823990c523e208bbdeb4a16c1ab00c /examples/widgets/rhi/simplerhiwidget/simplerhiwidget.pro
parent85e2f79e9eb4b55ba57abf1df9315e7e4bebde84 (diff)
Add QRhiWidget
Task-number: QTBUG-113331 Change-Id: I8baa697b4997b05f52acdee0e08d3c368fde5bc2 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'examples/widgets/rhi/simplerhiwidget/simplerhiwidget.pro')
-rw-r--r--examples/widgets/rhi/simplerhiwidget/simplerhiwidget.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/widgets/rhi/simplerhiwidget/simplerhiwidget.pro b/examples/widgets/rhi/simplerhiwidget/simplerhiwidget.pro
new file mode 100644
index 0000000000..2477d7f368
--- /dev/null
+++ b/examples/widgets/rhi/simplerhiwidget/simplerhiwidget.pro
@@ -0,0 +1,12 @@
+TEMPLATE = app
+
+# needs gui-private to be able to include <rhi/qrhi.h>
+QT += gui-private widgets
+
+HEADERS += examplewidget.h
+SOURCES += examplewidget.cpp main.cpp
+
+RESOURCES += simplerhiwidget.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/widgets/rhi/simplerhiwidget
+INSTALLS += target