72a453c6a8
Task-number: QTBUG-113331 Change-Id: I8baa697b4997b05f52acdee0e08d3c368fde5bc2 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
13 lines
279 B
Prolog
13 lines
279 B
Prolog
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
|