qt6windows7/examples/vulkan/hellovulkancubes/hellovulkancubes.pro

25 lines
403 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
QT += widgets concurrent
HEADERS += \
mainwindow.h \
vulkanwindow.h \
renderer.h \
mesh.h \
shader.h \
camera.h
SOURCES += \
main.cpp \
mainwindow.cpp \
vulkanwindow.cpp \
renderer.cpp \
mesh.cpp \
shader.cpp \
camera.cpp
RESOURCES += hellovulkancubes.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/vulkan/hellovulkancubes
INSTALLS += target