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/qmltime/qmltime.pro | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tools/qmltime/qmltime.pro (limited to 'tools/qmltime') diff --git a/tools/qmltime/qmltime.pro b/tools/qmltime/qmltime.pro deleted file mode 100644 index 366d90f75b..0000000000 --- a/tools/qmltime/qmltime.pro +++ /dev/null @@ -1,15 +0,0 @@ -TARGET = qmltime -QT += qml quick -QT += quick-private -macx:CONFIG -= app_bundle - -CONFIG += qmltypes -QML_IMPORT_NAME = QmlTime -QML_IMPORT_VERSION = 1.0 - -QMAKE_TARGET_DESCRIPTION = QML Time - -SOURCES += qmltime.cpp -HEADERS += qmltime.h - -load(qt_tool) -- cgit v1.2.3