qt5base-lts/examples/widgets/rhi/cuberhiwidget/cuberhiwidget.pro

13 lines
279 B
Prolog
Raw Normal View History

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