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

8 lines
205 B
Prolog

HEADERS += hellovulkantexture.h
SOURCES += hellovulkantexture.cpp main.cpp
RESOURCES += hellovulkantexture.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/vulkan/hellovulkantexture
INSTALLS += target