From c3b95046d3b9fa271d9f80691f6f3f29207c4af9 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 9 Feb 2021 13:33:08 +0100 Subject: Remove QMake project files This includes removal of the corresponding .prev_CMakeLists.txt files. Task-number: QTBUG-88742 Change-Id: I3f360105a8cd43ad37dec6bfc6509ce95c79ee76 Reviewed-by: Qt CI Bot Reviewed-by: Cristian Adam (cherry picked from commit aeaa9e2a46a3d8785c446d8a6347d6f82667cef8) Reviewed-by: Qt Cherry-pick Bot --- src/qtpaths/qtpaths.pro | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/qtpaths/qtpaths.pro (limited to 'src/qtpaths') diff --git a/src/qtpaths/qtpaths.pro b/src/qtpaths/qtpaths.pro deleted file mode 100644 index f4f69b981..000000000 --- a/src/qtpaths/qtpaths.pro +++ /dev/null @@ -1,9 +0,0 @@ -include($$OUT_PWD/../../src/global/qttools-config.pri) -QT_FOR_CONFIG += tools-private -requires(qtConfig(qtpaths)) - -SOURCES = qtpaths.cpp -QT = core -win32:CONFIG += console - -load(qt_app) -- cgit v1.2.1