qt5base-lts/examples/widgets/rhi/cuberhiwidget/cuberhiwidget.pro
Laszlo Agocs 72a453c6a8 Add QRhiWidget
Task-number: QTBUG-113331
Change-Id: I8baa697b4997b05f52acdee0e08d3c368fde5bc2
Reviewed-by: Andy Nichols <andy.nichols@qt.io>
2023-08-14 17:05:36 +02:00

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