diff options
Diffstat (limited to 'src/plugins/cppeditor/compileroptionsbuilder_test.cpp')
-rw-r--r-- | src/plugins/cppeditor/compileroptionsbuilder_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/compileroptionsbuilder_test.cpp b/src/plugins/cppeditor/compileroptionsbuilder_test.cpp index e0a507689a..bd2f92fdae 100644 --- a/src/plugins/cppeditor/compileroptionsbuilder_test.cpp +++ b/src/plugins/cppeditor/compileroptionsbuilder_test.cpp @@ -54,7 +54,7 @@ public: RawProjectPart rpp; rpp.setPreCompiledHeaders({pchFileNativePath()}); rpp.setMacros({Macro{"projectFoo", "projectBar"}}); - rpp.setQtVersion(Utils::QtVersion::Qt5); + rpp.setQtVersion(Utils::QtMajorVersion::Qt5); rpp.setHeaderPaths(headerPaths); rpp.setConfigFileName(projectConfigFile); ToolChainInfo tcInfo; |