summaryrefslogtreecommitdiffstats
path: root/examples/widgets/rhi/simplerhiwidget/simplerhiwidget.pro
blob: 2477d7f3684405006c35884e7ba56cd3644fe37c (plain)
1
2
3
4
5
6
7
8
9
10
11
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