aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/xmllistmodel/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/xmllistmodel/CMakeLists.txt')
-rw-r--r--src/imports/xmllistmodel/CMakeLists.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/imports/xmllistmodel/CMakeLists.txt b/src/imports/xmllistmodel/CMakeLists.txt
deleted file mode 100644
index 1f9fb50dfa..0000000000
--- a/src/imports/xmllistmodel/CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-qt_internal_add_qml_module(qmlxmllistmodelplugin
- URI "QtQml.XmlListModel"
- VERSION "${PROJECT_VERSION}"
- CLASS_NAME QtQmlXmlListModelPlugin
- SKIP_TYPE_REGISTRATION
- DEPENDENCIES
- QtQml
- PLUGIN_OPTIONAL
- SOURCES
- plugin.cpp
- PUBLIC_LIBRARIES
- Qt::Core
- Qt::Qml
- Qt::QmlXmlListModelPrivate
-)