aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager/makestep.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-08-13 12:47:11 +0200
committerTobias Hunger <tobias.hunger@qt.io>2019-08-29 07:28:26 +0000
commitfb21b78444fa2ff18fecaf45db36bd72b3dfe734 (patch)
treefd33b814e925bd748579b7222cfcfc2120ae409c /src/plugins/autotoolsprojectmanager/makestep.cpp
parentb7e4046a173a2c42ede92934cc05c0f76486db5e (diff)
Autotools: Introduce AutotoolsBuildSystem
Introduce AutotoolsBuildSystem and slim down AutotoolsProject. Change-Id: I68296152f9ecd5d14198c8d0b36a06c2d1b162ec Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/autotoolsprojectmanager/makestep.cpp')
-rw-r--r--src/plugins/autotoolsprojectmanager/makestep.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/autotoolsprojectmanager/makestep.cpp b/src/plugins/autotoolsprojectmanager/makestep.cpp
index 14b58c8368..7a7fbbddb3 100644
--- a/src/plugins/autotoolsprojectmanager/makestep.cpp
+++ b/src/plugins/autotoolsprojectmanager/makestep.cpp
@@ -26,9 +26,7 @@
****************************************************************************/
#include "makestep.h"
-#include "autotoolsproject.h"
#include "autotoolsprojectconstants.h"
-#include "autotoolsbuildconfiguration.h"
#include <projectexplorer/buildsteplist.h>
#include <projectexplorer/projectexplorerconstants.h>