forked from qt-creator/qt-creator
Revert "Make revision sting show up in German translation. Also fix the Spanish one a bit."
This reverts commit 33dd9deaea.
This commit is contained in:
@@ -10,9 +10,7 @@ HEADERS = cmakeproject.h \
|
||||
makestep.h \
|
||||
cmakerunconfiguration.h \
|
||||
cmakeopenprojectwizard.h \
|
||||
cmakebuildenvironmentwidget.h \
|
||||
cmakeprojectwizard.h
|
||||
|
||||
cmakebuildenvironmentwidget.h
|
||||
SOURCES = cmakeproject.cpp \
|
||||
cmakeprojectplugin.cpp \
|
||||
cmakeprojectmanager.cpp \
|
||||
@@ -20,9 +18,7 @@ SOURCES = cmakeproject.cpp \
|
||||
makestep.cpp \
|
||||
cmakerunconfiguration.cpp \
|
||||
cmakeopenprojectwizard.cpp \
|
||||
cmakebuildenvironmentwidget.cpp \
|
||||
cmakeprojectwizard.cpp
|
||||
|
||||
cmakebuildenvironmentwidget.cpp
|
||||
RESOURCES += cmakeproject.qrc
|
||||
FORMS +=
|
||||
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
#include "cmakeprojectplugin.h"
|
||||
#include "cmakeprojectmanager.h"
|
||||
#include "cmakerunconfiguration.h"
|
||||
#include "cmakeprojectwizard.h"
|
||||
#include "makestep.h"
|
||||
|
||||
#include <coreplugin/icore.h>
|
||||
@@ -60,8 +59,6 @@ bool CMakeProjectPlugin::initialize(const QStringList & /*arguments*/, QString *
|
||||
addAutoReleasedObject(new CMakeManager(cmp));
|
||||
addAutoReleasedObject(new MakeStepFactory());
|
||||
addAutoReleasedObject(new CMakeRunConfigurationFactory());
|
||||
addAutoReleasedObject(new CMakeProjectWizard);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user