aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/vulkanunderqml/vulkanunderqml.pro
blob: 8f7ea5861dab54ec0edd9eeb1d4661161c072490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
!qtConfig(vulkan): error("This example requires Qt built with Vulkan support")

QT += qml quick
CONFIG += qmltypes
QML_IMPORT_NAME = VulkanUnderQML
QML_IMPORT_MAJOR_VERSION = 1

HEADERS += vulkansquircle.h
SOURCES += vulkansquircle.cpp main.cpp
RESOURCES += vulkanunderqml.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/vulkanunderqml
INSTALLS += target