summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qconfig.cpp.in
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-03-05 18:12:31 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-03-11 10:00:01 +0100
commita08b1f63595f61e7fa12b04d516ec20396906c9e (patch)
tree595de4fd849c1e865a5c0ac9590addf416d4bfc8 /src/corelib/global/qconfig.cpp.in
parent3c12ab974ffa7aa51ca157989997f6e10c1c2259 (diff)
Read QLibraryInfo paths directly from QLibraryInfo and not from qmakeconfig.cpp
Change-Id: I1db1c871ec6b4e572bd36df6aff7a5be8a4a706c Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/corelib/global/qconfig.cpp.in')
-rw-r--r--src/corelib/global/qconfig.cpp.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qconfig.cpp.in b/src/corelib/global/qconfig.cpp.in
index 161ae0b6cd..e27f3c3e69 100644
--- a/src/corelib/global/qconfig.cpp.in
+++ b/src/corelib/global/qconfig.cpp.in
@@ -91,9 +91,9 @@ static const struct {
#endif
{ "HostLibraries", "lib" },
{ "HostData", "." },
+ { "HostPrefix", "" },
{ "TargetSpec", "" },
{ "HostSpec", "" },
- { "HostPrefix", "" },
{ "Sysroot", "" },
{ "SysrootifyPrefix", "" },
#endif