aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates/.prev_CMakeLists.txt
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-02-09 17:07:49 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-02-11 16:43:37 +0100
commitbe7c1c9dd4eeedf9760903b217de3d302bfe6c2c (patch)
tree2a4f89e696521f4ea1b4ef6a5885445bed7fe77a /src/imports/templates/.prev_CMakeLists.txt
parent20ae3f8f3e60eb93cc6b7070da85fc23edceb651 (diff)
Remove QMake project files
This includes removal of the corresponding .prev_CMakeLists.txt files. Pick-to: 6.1 Task-number: QTBUG-88742 Change-Id: I4247294258629c92e80914518e9208019090c815 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/imports/templates/.prev_CMakeLists.txt')
-rw-r--r--src/imports/templates/.prev_CMakeLists.txt35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/imports/templates/.prev_CMakeLists.txt b/src/imports/templates/.prev_CMakeLists.txt
deleted file mode 100644
index cd6a68f9..00000000
--- a/src/imports/templates/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-# Generated from templates.pro.
-
-#####################################################################
-## qtquicktemplates2plugin Plugin:
-#####################################################################
-
-qt_internal_add_qml_module(qtquicktemplates2plugin
- URI "QtQuick.Templates"
- VERSION "${CMAKE_PROJECT_VERSION}"
- CLASSNAME QtQuickTemplates2Plugin
- DEPENDENCIES
- QtQuick/auto
- SKIP_TYPE_REGISTRATION
- SOURCES
- qtquicktemplates2plugin.cpp
- DEFINES
- QT_NO_CAST_FROM_ASCII
- QT_NO_CAST_TO_ASCII
- LIBRARIES
- Qt::CorePrivate
- Qt::GuiPrivate
- Qt::QmlPrivate
- Qt::QuickPrivate
- Qt::QuickTemplates2Private
- PUBLIC_LIBRARIES
- Qt::Core
- Qt::Gui
- Qt::Qml
- Qt::Quick
-)
-
-#### Keys ignored in scope 1:.:.:templates.pro:<TRUE>:
-# OTHER_FILES = "qmldir"
-# QML_IMPORT_VERSION = "$$QT_VERSION"
-# TARGETPATH = "QtQuick/Templates"