summaryrefslogtreecommitdiffstats
path: root/qmake/qmakelibraryinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/qmakelibraryinfo.h')
-rw-r--r--qmake/qmakelibraryinfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/qmake/qmakelibraryinfo.h b/qmake/qmakelibraryinfo.h
index 8d9f1455e6..bf1bae81d8 100644
--- a/qmake/qmakelibraryinfo.h
+++ b/qmake/qmakelibraryinfo.h
@@ -64,12 +64,12 @@ struct QMakeLibraryInfo
HostLibraryExecutablesPath,
HostLibrariesPath,
HostDataPath,
+ HostPrefixPath,
+ LastHostPath = HostPrefixPath,
TargetSpecPath,
HostSpecPath,
- HostPrefixPath,
SysrootPath,
- SysrootifyPrefixPath,
- LastHostPath = SysrootifyPrefixPath
+ SysrootifyPrefixPath
};
enum PathGroup { FinalPaths, EffectivePaths, EffectiveSourcePaths, DevicePaths };
static QString rawLocation(int loc, PathGroup group);