forked from qt-creator/qt-creator
Rename files for QmakeMakeStep
Change-Id: Iff0f3f08fff7a5e25ed309891e54d3c02dbb8713 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -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>
|
||||
|
@@ -23,7 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "makestep.h"
|
||||
#include "qmakemakestep.h"
|
||||
|
||||
#include "qmakeparser.h"
|
||||
#include "qmakeproject.h"
|
@@ -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 \
|
||||
|
@@ -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",
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user