summaryrefslogtreecommitdiff
path: root/qmake/qmakelibraryinfo.cpp
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-03-05 22:09:04 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-03-11 10:00:18 +0100
commite158d699e0b044dbe4849f756c2dca92d05747e8 (patch)
tree3987cf4fbc34e3afd70a9d77f429b969720c630f /qmake/qmakelibraryinfo.cpp
parent9f5a7cb5fa5630db484891c50fc3409871bc3d8a (diff)
downloadqtbase-e158d699e0b044dbe4849f756c2dca92d05747e8.tar.gz
Remove all qmake-related data from q[make]config.cpp
Now that we're not actually using qmakeconfig.cpp anymore, we can remove it together with all qmake-related information that was written into qconfig.cpp. This also moves the qtConfEntries array back to qlibraryinfo.cpp. Change-Id: I5e57d8c55613332cc3e57b11df4398d46aed259b Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'qmake/qmakelibraryinfo.cpp')
-rw-r--r--qmake/qmakelibraryinfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/qmake/qmakelibraryinfo.cpp b/qmake/qmakelibraryinfo.cpp
index 4edff1142a..4398e911f1 100644
--- a/qmake/qmakelibraryinfo.cpp
+++ b/qmake/qmakelibraryinfo.cpp
@@ -47,8 +47,6 @@
#include <qscopedpointer.h>
#include <qstringlist.h>
-#include <qmakeconfig.cpp>
-
#include <utility>
QT_BEGIN_NAMESPACE