From be7c1c9dd4eeedf9760903b217de3d302bfe6c2c Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 9 Feb 2021 17:07:49 +0100 Subject: 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 Reviewed-by: Oliver Wolff --- src/quicktemplates2/quicktemplates2.pro | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/quicktemplates2/quicktemplates2.pro (limited to 'src/quicktemplates2/quicktemplates2.pro') diff --git a/src/quicktemplates2/quicktemplates2.pro b/src/quicktemplates2/quicktemplates2.pro deleted file mode 100644 index 890845a5..00000000 --- a/src/quicktemplates2/quicktemplates2.pro +++ /dev/null @@ -1,24 +0,0 @@ -TARGET = QtQuickTemplates2 -MODULE = quicktemplates2 - -QT += quick -QT_PRIVATE += core-private gui-private qml-private quick-private -qtHaveModule(qmlmodels): QT += qmlmodels-private - -DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII - -HEADERS += \ - $$PWD/qtquicktemplates2global_p.h - -SOURCES += \ - $$PWD/qtquicktemplates2global.cpp - -include(quicktemplates2.pri) -include(accessible/accessible.pri) -load(qt_module) - -QMLTYPES_FILENAME = plugins.qmltypes -QMLTYPES_INSTALL_DIR = $$[QT_INSTALL_QML]/QtQuick/Templates -QML_IMPORT_NAME = QtQuick.Templates -QML_IMPORT_VERSION = $$QT_VERSION -CONFIG += qmltypes install_qmltypes install_metatypes -- cgit v1.2.3