Rename files for QmakeMakeStep

Change-Id: Iff0f3f08fff7a5e25ed309891e54d3c02dbb8713
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Eike Ziller
2018-05-17 09:37:56 +02:00
parent 7252b50922
commit a2fe4087ff
7 changed files with 9 additions and 9 deletions

View File

@@ -32,7 +32,7 @@
#include "qmakeprojectmanagerconstants.h"
#include "qmakenodes.h"
#include "qmakestep.h"
#include "makestep.h"
#include "qmakemakestep.h"
#include "makefileparse.h"
#include <coreplugin/documentmanager.h>

View File

@@ -23,7 +23,7 @@
**
****************************************************************************/
#include "makestep.h"
#include "qmakemakestep.h"
#include "qmakeparser.h"
#include "qmakeproject.h"

View File

@@ -31,7 +31,6 @@ HEADERS += \
wizards/subdirsprojectwizarddialog.h \
wizards/simpleprojectwizard.h \
qmakeprojectmanagerconstants.h \
makestep.h \
qmakestep.h \
qtmodulesinfo.h \
qmakeprojectconfigwidget.h \
@@ -43,7 +42,8 @@ HEADERS += \
qmakeprojectmanager_global.h \
desktopqmakerunconfiguration.h \
profilecompletionassist.h \
makefileparse.h
makefileparse.h \
qmakemakestep.h
SOURCES += \
qmakekitconfigwidget.cpp \
@@ -70,7 +70,6 @@ SOURCES += \
wizards/subdirsprojectwizard.cpp \
wizards/subdirsprojectwizarddialog.cpp \
wizards/simpleprojectwizard.cpp \
makestep.cpp \
qmakestep.cpp \
qtmodulesinfo.cpp \
qmakeprojectconfigwidget.cpp \
@@ -81,7 +80,8 @@ SOURCES += \
librarydetailscontroller.cpp \
desktopqmakerunconfiguration.cpp \
profilecompletionassist.cpp \
makefileparse.cpp
makefileparse.cpp \
qmakemakestep.cpp
FORMS += \
qmakestep.ui \

View File

@@ -30,7 +30,6 @@ Project {
"externaleditors.cpp", "externaleditors.h",
"librarydetailscontroller.cpp", "librarydetailscontroller.h",
"librarydetailswidget.ui",
"makestep.cpp", "makestep.h",
"makefileparse.cpp", "makefileparse.h",
"profilecompletionassist.cpp", "profilecompletionassist.h",
"profileeditor.cpp", "profileeditor.h",
@@ -39,6 +38,7 @@ Project {
"qmakebuildinfo.h",
"qmakekitconfigwidget.cpp", "qmakekitconfigwidget.h",
"qmakekitinformation.cpp", "qmakekitinformation.h",
"qmakemakestep.cpp", "qmakemakestep.h",
"qmakeparser.cpp", "qmakeparser.h",
"qmakeparsernodes.cpp", "qmakeparsernodes.h",
"qmakeprojectimporter.cpp", "qmakeprojectimporter.h",

View File

@@ -29,7 +29,7 @@
#include "qmakeprojectmanager.h"
#include "qmakenodes.h"
#include "qmakestep.h"
#include "makestep.h"
#include "qmakemakestep.h"
#include "qmakebuildconfiguration.h"
#include "desktopqmakerunconfiguration.h"
#include "wizards/guiappwizard.h"

View File

@@ -26,7 +26,7 @@
#include "qmakestep.h"
#include "ui_qmakestep.h"
#include "makestep.h"
#include "qmakemakestep.h"
#include "qmakebuildconfiguration.h"
#include "qmakekitinformation.h"
#include "qmakenodes.h"