qtbase-opensource-src/examples/vulkan/hellovulkantriangle/hellovulkantriangle.pro

13 lines
243 B
Prolog
Raw Normal View History

2022-05-14 17:39:13 +08:00
HEADERS += \
../shared/trianglerenderer.h
SOURCES += \
main.cpp \
../shared/trianglerenderer.cpp
RESOURCES += hellovulkantriangle.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/vulkan/hellovulkantriangle
INSTALLS += target