From 78ab4b8d8b75fed240cded1a3f182048e56a8823 Mon Sep 17 00:00:00 2001 From: Fabian Kosmale Date: Fri, 15 Jan 2021 13:37:58 +0100 Subject: Remove the qmake project files Remove all qmake project files, except for examples which are used to test that qmake continues to work. Change-Id: Ic4abb72dc2dcd75df7a797c56056b6b3c5fe62ac Reviewed-by: Joerg Bornemann Reviewed-by: Ulf Hermann --- tools/qml/qml.pro | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 tools/qml/qml.pro (limited to 'tools/qml') diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro deleted file mode 100644 index 83e2e1bf80..0000000000 --- a/tools/qml/qml.pro +++ /dev/null @@ -1,27 +0,0 @@ -QT = qml-private core-private -qtHaveModule(gui): QT += gui -qtHaveModule(widgets): QT += widgets - -HEADERS += conf.h -SOURCES += main.cpp -RESOURCES += qml.qrc -CONFIG += qmltypes - -QML_IMPORT_NAME = QmlRuntime.Config -QML_IMPORT_VERSION = 1.0 - -QMAKE_TARGET_DESCRIPTION = QML Runtime - -ICON = resources/qml-64.png -win32 { - RC_ICONS = resources/qml.ico -} -mac { - OTHER_FILES += resources/Info.plist - QMAKE_INFO_PLIST = resources/Info.plist - ICON = resources/qml.icns -} - -qtConfig(qml-debug): DEFINES += QT_QML_DEBUG_NO_WARNING - -load(qt_tool) -- cgit v1.2.3