summaryrefslogtreecommitdiffstats
path: root/examples/vulkan/hellovulkantexture/hellovulkantexture.pro
blob: 59bfcda7157fe94f12f70c861fb82f7b9ce4b5e9 (plain)
1
2
3
4
5
6
7
HEADERS += hellovulkantexture.h
SOURCES += hellovulkantexture.cpp main.cpp
RESOURCES += hellovulkantexture.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/vulkan/hellovulkantexture
INSTALLS += target