aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/baseqtversion.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-05-27 15:19:36 +0200
committerhjk <hjk@qt.io>2019-05-28 11:16:57 +0000
commit93dfbad97bd9088695d8565b4967a8546914cf7d (patch)
tree6c38d699417e2a16a707891f4e227c2b345f2148 /src/plugins/qtsupport/baseqtversion.h
parent28c2a618a2ea742be28e34e2f9425a5a3f820ec2 (diff)
QmakeProject: Use QString mkspec in QmakeKitInformation
... and BaseQtVersion, and QmakeBuildConfiguration. Change-Id: Iac5f768b80a7f8c2ea9a37d099b285d5793270db Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/qtsupport/baseqtversion.h')
-rw-r--r--src/plugins/qtsupport/baseqtversion.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/qtsupport/baseqtversion.h b/src/plugins/qtsupport/baseqtversion.h
index 9d6ceb318b0..e088b3953ae 100644
--- a/src/plugins/qtsupport/baseqtversion.h
+++ b/src/plugins/qtsupport/baseqtversion.h
@@ -178,13 +178,13 @@ public:
Utils::FileName qmakeCommand() const;
/// @returns the name of the mkspec
- Utils::FileName mkspec() const;
- Utils::FileName mkspecFor(ProjectExplorer::ToolChain *tc) const;
+ QString mkspec() const;
+ QString mkspecFor(ProjectExplorer::ToolChain *tc) const;
/// @returns the full path to the default directory
/// specifally not the directory the symlink/ORIGINAL_QMAKESPEC points to
Utils::FileName mkspecPath() const;
- bool hasMkspec(const Utils::FileName &spec) const;
+ bool hasMkspec(const QString &spec) const;
enum QmakeBuildConfig
{