summaryrefslogtreecommitdiffstats
path: root/examples/widgets/rhi/cuberhiwidget/cuberhiwidget.pro
blob: 94abd29e084643883d31d6a04c3be3f152291275 (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 += cuberhiwidget.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/widgets/rhi/cuberhiwidget
INSTALLS += target