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:
Tobias Hunger
2018-03-22 14:53:53 +01:00
parent 63f31a1e4b
commit 38ed8495dd
2 changed files with 3 additions and 3 deletions

View File

@@ -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