qt6windows7/tests/manual/examples/vulkan/hellovulkantexture/hellovulkantexture.pro
2023-10-29 23:33:08 +01:00

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