forked from qt-creator/qt-creator
CMake: Move CMake project settings page into Build & Run
Change-Id: I51d482aa0187e4fc501d6c82f506c9874ffc6551 Reviewed-by: Nikita Baryshnikov <nib952051@gmail.com> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -24,7 +24,9 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "cmakespecificsettingspage.h"
|
||||
|
||||
#include <coreplugin/icore.h>
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
|
||||
namespace CMakeProjectManager {
|
||||
namespace Internal {
|
||||
@@ -77,11 +79,9 @@ CMakeSpecificSettingsPage::CMakeSpecificSettingsPage(CMakeSpecificSettings *sett
|
||||
QObject *parent):
|
||||
Core::IOptionsPage(parent), m_settings(settings)
|
||||
{
|
||||
setCategory("ProjectTypeSettingsPage");
|
||||
setDisplayName("Project-Type Settings");
|
||||
setCategoryIcon(Utils::Icon((PROJECT_TYPE_ICON)));
|
||||
setId("CMakeSpecificSettings");
|
||||
setDisplayName(tr("CMake"));
|
||||
setCategory(ProjectExplorer::Constants::BUILD_AND_RUN_SETTINGS_CATEGORY);
|
||||
}
|
||||
|
||||
QWidget *CMakeSpecificSettingsPage::widget()
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 514 B |
Reference in New Issue
Block a user