blob: 4dbd3e5e46d1e20d22e9006c2c216f41ee2501ae [file] [log] [blame]
TARGET = QtQuickShapes
QT = core gui-private qml quick-private
CONFIG += simd optimize_full internal_module
HEADERS += \
qquickshapesglobal.h \
qquickshapesglobal_p.h \
qquickshape_p.h \
qquickshape_p_p.h \
qquickshapegenericrenderer_p.h \
qquickshapesoftwarerenderer_p.h
SOURCES += \
qquickshape.cpp \
qquickshapegenericrenderer.cpp \
qquickshapesoftwarerenderer.cpp
qtConfig(opengl) {
HEADERS += \
qquicknvprfunctions_p.h \
qquicknvprfunctions_p_p.h \
qquickshapenvprrenderer_p.h
SOURCES += \
qquicknvprfunctions.cpp \
qquickshapenvprrenderer.cpp
}
RESOURCES += qtquickshapes.qrc
load(qt_module)
QMLTYPES_FILENAME = plugins.qmltypes
QMLTYPES_INSTALL_DIR = $$[QT_INSTALL_QML]/QtQuick/Shapes
QML_IMPORT_NAME = QtQuick.Shapes
IMPORT_VERSION = 1.$$QT_MINOR_VERSION
CONFIG += qmltypes install_qmltypes install_metatypes