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 "qmakeprojectmanagerconstants.h"
|
||||||
#include "qmakenodes.h"
|
#include "qmakenodes.h"
|
||||||
#include "qmakestep.h"
|
#include "qmakestep.h"
|
||||||
#include "makestep.h"
|
#include "qmakemakestep.h"
|
||||||
#include "makefileparse.h"
|
#include "makefileparse.h"
|
||||||
|
|
||||||
#include <coreplugin/documentmanager.h>
|
#include <coreplugin/documentmanager.h>
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include "makestep.h"
|
#include "qmakemakestep.h"
|
||||||
|
|
||||||
#include "qmakeparser.h"
|
#include "qmakeparser.h"
|
||||||
#include "qmakeproject.h"
|
#include "qmakeproject.h"
|
@@ -31,7 +31,6 @@ HEADERS += \
|
|||||||
wizards/subdirsprojectwizarddialog.h \
|
wizards/subdirsprojectwizarddialog.h \
|
||||||
wizards/simpleprojectwizard.h \
|
wizards/simpleprojectwizard.h \
|
||||||
qmakeprojectmanagerconstants.h \
|
qmakeprojectmanagerconstants.h \
|
||||||
makestep.h \
|
|
||||||
qmakestep.h \
|
qmakestep.h \
|
||||||
qtmodulesinfo.h \
|
qtmodulesinfo.h \
|
||||||
qmakeprojectconfigwidget.h \
|
qmakeprojectconfigwidget.h \
|
||||||
@@ -43,7 +42,8 @@ HEADERS += \
|
|||||||
qmakeprojectmanager_global.h \
|
qmakeprojectmanager_global.h \
|
||||||
desktopqmakerunconfiguration.h \
|
desktopqmakerunconfiguration.h \
|
||||||
profilecompletionassist.h \
|
profilecompletionassist.h \
|
||||||
makefileparse.h
|
makefileparse.h \
|
||||||
|
qmakemakestep.h
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
qmakekitconfigwidget.cpp \
|
qmakekitconfigwidget.cpp \
|
||||||
@@ -70,7 +70,6 @@ SOURCES += \
|
|||||||
wizards/subdirsprojectwizard.cpp \
|
wizards/subdirsprojectwizard.cpp \
|
||||||
wizards/subdirsprojectwizarddialog.cpp \
|
wizards/subdirsprojectwizarddialog.cpp \
|
||||||
wizards/simpleprojectwizard.cpp \
|
wizards/simpleprojectwizard.cpp \
|
||||||
makestep.cpp \
|
|
||||||
qmakestep.cpp \
|
qmakestep.cpp \
|
||||||
qtmodulesinfo.cpp \
|
qtmodulesinfo.cpp \
|
||||||
qmakeprojectconfigwidget.cpp \
|
qmakeprojectconfigwidget.cpp \
|
||||||
@@ -81,7 +80,8 @@ SOURCES += \
|
|||||||
librarydetailscontroller.cpp \
|
librarydetailscontroller.cpp \
|
||||||
desktopqmakerunconfiguration.cpp \
|
desktopqmakerunconfiguration.cpp \
|
||||||
profilecompletionassist.cpp \
|
profilecompletionassist.cpp \
|
||||||
makefileparse.cpp
|
makefileparse.cpp \
|
||||||
|
qmakemakestep.cpp
|
||||||
|
|
||||||
FORMS += \
|
FORMS += \
|
||||||
qmakestep.ui \
|
qmakestep.ui \
|
||||||
|
@@ -30,7 +30,6 @@ Project {
|
|||||||
"externaleditors.cpp", "externaleditors.h",
|
"externaleditors.cpp", "externaleditors.h",
|
||||||
"librarydetailscontroller.cpp", "librarydetailscontroller.h",
|
"librarydetailscontroller.cpp", "librarydetailscontroller.h",
|
||||||
"librarydetailswidget.ui",
|
"librarydetailswidget.ui",
|
||||||
"makestep.cpp", "makestep.h",
|
|
||||||
"makefileparse.cpp", "makefileparse.h",
|
"makefileparse.cpp", "makefileparse.h",
|
||||||
"profilecompletionassist.cpp", "profilecompletionassist.h",
|
"profilecompletionassist.cpp", "profilecompletionassist.h",
|
||||||
"profileeditor.cpp", "profileeditor.h",
|
"profileeditor.cpp", "profileeditor.h",
|
||||||
@@ -39,6 +38,7 @@ Project {
|
|||||||
"qmakebuildinfo.h",
|
"qmakebuildinfo.h",
|
||||||
"qmakekitconfigwidget.cpp", "qmakekitconfigwidget.h",
|
"qmakekitconfigwidget.cpp", "qmakekitconfigwidget.h",
|
||||||
"qmakekitinformation.cpp", "qmakekitinformation.h",
|
"qmakekitinformation.cpp", "qmakekitinformation.h",
|
||||||
|
"qmakemakestep.cpp", "qmakemakestep.h",
|
||||||
"qmakeparser.cpp", "qmakeparser.h",
|
"qmakeparser.cpp", "qmakeparser.h",
|
||||||
"qmakeparsernodes.cpp", "qmakeparsernodes.h",
|
"qmakeparsernodes.cpp", "qmakeparsernodes.h",
|
||||||
"qmakeprojectimporter.cpp", "qmakeprojectimporter.h",
|
"qmakeprojectimporter.cpp", "qmakeprojectimporter.h",
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
#include "qmakeprojectmanager.h"
|
#include "qmakeprojectmanager.h"
|
||||||
#include "qmakenodes.h"
|
#include "qmakenodes.h"
|
||||||
#include "qmakestep.h"
|
#include "qmakestep.h"
|
||||||
#include "makestep.h"
|
#include "qmakemakestep.h"
|
||||||
#include "qmakebuildconfiguration.h"
|
#include "qmakebuildconfiguration.h"
|
||||||
#include "desktopqmakerunconfiguration.h"
|
#include "desktopqmakerunconfiguration.h"
|
||||||
#include "wizards/guiappwizard.h"
|
#include "wizards/guiappwizard.h"
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
#include "qmakestep.h"
|
#include "qmakestep.h"
|
||||||
#include "ui_qmakestep.h"
|
#include "ui_qmakestep.h"
|
||||||
|
|
||||||
#include "makestep.h"
|
#include "qmakemakestep.h"
|
||||||
#include "qmakebuildconfiguration.h"
|
#include "qmakebuildconfiguration.h"
|
||||||
#include "qmakekitinformation.h"
|
#include "qmakekitinformation.h"
|
||||||
#include "qmakenodes.h"
|
#include "qmakenodes.h"
|
||||||
|
Reference in New Issue
Block a user