qt6-bb10/examples/widgets/rhi/simplerhiwidget/simplerhiwidget.pro

13 lines
283 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 += simplerhiwidget.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/rhi/simplerhiwidget
INSTALLS += target