# Generated from qtqml.pro. set(module_dynamic_qml_imports QtQml.Models ) if (QT_FEATURE_qml_worker_script) list(APPEND module_dynamic_qml_imports QtQml.WorkerScript ) endif() ##################################################################### ## qmlplugin Plugin: ##################################################################### qt_add_qml_module(qmlplugin URI "QtQml" VERSION "2.15" DESIGNER_SUPPORTED CLASSNAME QtQmlPlugin SKIP_TYPE_REGISTRATION IMPORTS ${module_dynamic_qml_imports} SOURCES plugin.cpp LIBRARIES Qt::QmlModelsPrivate Qt::QmlPrivate Qt::CorePrivate # special case PUBLIC_LIBRARIES Qt::Qml Qt::QmlModels ) #### Keys ignored in scope 1:.:.:qtqml.pro:: # CXX_MODULE = "qml" # DYNAMIC_QMLDIR = "module QtQml" "plugin qmlplugin" "classname QtQmlPlugin" "typeinfo plugins.qmltypes" "designersupported" "import QtQml.Models" # IMPORT_VERSION = "2.15" # TARGETPATH = "QtQml" ## Scopes: ##################################################################### #### Keys ignored in scope 2:.:.:qtqml.pro:QT_FEATURE_qml_worker_script: # DYNAMIC_QMLDIR = "import QtQml.WorkerScript"