summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/tools.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-09-03 11:01:39 +0200
committerLars Knoll <lars.knoll@qt.io>2020-09-05 02:12:15 +0200
commit247c10bf4cb427146b87631906391aae442f7c7b (patch)
tree16432aebade98b7490ec439575ca1320ad0bc7bb /src/corelib/tools/tools.pri
parent99e52b368eb03e2c8580bcaedb5b592ad49bb47c (diff)
Get rid of the MSVC specific file
It used to contain the MSVC specific export hack for QVector, but that one is not required in Qt 6 anymore and the file was not doing anything anymore. Change-Id: Ic8b4aa355a8934beb6abcf10235d218344a294cc Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/corelib/tools/tools.pri')
-rw-r--r--src/corelib/tools/tools.pri3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/tools/tools.pri b/src/corelib/tools/tools.pri
index 1668c57e8b..e57fa6e8ed 100644
--- a/src/corelib/tools/tools.pri
+++ b/src/corelib/tools/tools.pri
@@ -68,9 +68,6 @@ SOURCES += \
tools/qsize.cpp \
tools/qversionnumber.cpp
-msvc: NO_PCH_SOURCES += tools/qvector_msvc.cpp
-false: SOURCES += $$NO_PCH_SOURCES # Hack for QtCreator
-
qtConfig(system-zlib) {
include($$PWD/../../3rdparty/zlib_dependency.pri)
} else {