qtdeclarative/examples/quick/scenegraph/vulkanunderqml/vulkanunderqml.pro

14 lines
367 B
Prolog

!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