summaryrefslogtreecommitdiffstats
path: root/examples/vulkan/hellovulkanwidget/hellovulkanwidget.pro
blob: 7b87d7f210e101415f8f458b06a1cf7dfb4fc00a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
QT += widgets

HEADERS += \
    hellovulkanwidget.h \
    ../shared/trianglerenderer.h

SOURCES += \
    hellovulkanwidget.cpp \
    main.cpp \
    ../shared/trianglerenderer.cpp

RESOURCES += hellovulkanwidget.qrc

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