13 lines
283 B
Prolog
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
|