Qmake: Remove QmakeProject::runConfigurationCreators

Not used anymore.

Change-Id: Idba6fd4a8d6f4c7e251a78568b1da0debd93bf5f
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2018-03-19 16:29:46 +01:00
parent 232e8712a5
commit 96b5fa208f
4 changed files with 3 additions and 32 deletions

View File

@@ -27,9 +27,12 @@
#include "qmakeproject.h"
#include <projectexplorer/buildconfiguration.h>
#include <projectexplorer/runconfiguration.h>
#include <projectexplorer/target.h>
#include <resourceeditor/resourcenode.h>
#include <utils/qtcassert.h>
#include <utils/stringutils.h>
using namespace ProjectExplorer;