aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/qmakestep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmakeprojectmanager/qmakestep.h')
-rw-r--r--src/plugins/qmakeprojectmanager/qmakestep.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/qmakeprojectmanager/qmakestep.h b/src/plugins/qmakeprojectmanager/qmakestep.h
index b4b9c42ae0f..c83f453dae9 100644
--- a/src/plugins/qmakeprojectmanager/qmakestep.h
+++ b/src/plugins/qmakeprojectmanager/qmakestep.h
@@ -44,7 +44,6 @@ namespace QtSupport { class BaseQtVersion; }
namespace QmakeProjectManager {
class QmakeBuildConfiguration;
-class QmakeProject;
namespace Internal {
@@ -52,8 +51,6 @@ namespace Ui { class QMakeStep; }
class QMakeStepFactory : public ProjectExplorer::BuildStepFactory
{
- Q_OBJECT
-
public:
QMakeStepFactory();
};
@@ -147,7 +144,7 @@ public:
void setSeparateDebugInfo(bool enable);
QString makeCommand() const;
- QString makeArguments() const;
+ QString makeArguments(const QString &makefile) const;
QString effectiveQMakeCall() const;
QVariantMap toMap() const override;