summaryrefslogtreecommitdiff
path: root/src/qtpaths
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-02-09 13:33:08 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-02-12 14:22:06 +0000
commitc3b95046d3b9fa271d9f80691f6f3f29207c4af9 (patch)
tree4c531af3fa736daa8c17465bc772502e77c19b86 /src/qtpaths
parente33fd6658e140b68774c9d1c7fa25572e7da7386 (diff)
downloadqttools-c3b95046d3b9fa271d9f80691f6f3f29207c4af9.tar.gz
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 <qt_ci_bot@qt-project.org> Reviewed-by: Cristian Adam <cristian.adam@qt.io> (cherry picked from commit aeaa9e2a46a3d8785c446d8a6347d6f82667cef8) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/qtpaths')
-rw-r--r--src/qtpaths/qtpaths.pro9
1 files changed, 0 insertions, 9 deletions
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)