diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-11-19 11:44:21 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-11-19 12:35:07 (GMT) |
commit | 4043463179d5e238cd1505f68fe0a4e75f4feba4 (patch) | |
tree | 04debfc27d4f85d6f36f3a01532f86c32dea0e18 /Source/cmQtAutoGeneratorMocUic.h | |
parent | be11a85286ad538654dacce63a6be0af0c3c5bec (diff) | |
download | CMake-4043463179d5e238cd1505f68fe0a4e75f4feba4.zip CMake-4043463179d5e238cd1505f68fe0a4e75f4feba4.tar.gz CMake-4043463179d5e238cd1505f68fe0a4e75f4feba4.tar.bz2 |
Autogen: Use integers instead of strings for the Qt version
Diffstat (limited to 'Source/cmQtAutoGeneratorMocUic.h')
-rw-r--r-- | Source/cmQtAutoGeneratorMocUic.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmQtAutoGeneratorMocUic.h b/Source/cmQtAutoGeneratorMocUic.h index a03270b..d510939 100644 --- a/Source/cmQtAutoGeneratorMocUic.h +++ b/Source/cmQtAutoGeneratorMocUic.h @@ -154,8 +154,7 @@ private: std::string AutogenBuildDir; std::string AutogenIncludeDir; // -- Qt environment - std::string QtMajorVersion; - std::string QtMinorVersion; + unsigned long QtVersionMajor; std::string MocExecutable; std::string UicExecutable; // -- File lists |