forked from qt-creator/qt-creator
Qbs: write Qbs with an initial capital letter
In the UI and docs. Change-Id: I193b4599d0c915b2829b12c212718c91cb7f0793 Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
This commit is contained in:
committed by
Leena Miettinen
parent
9851484b31
commit
9975fe431a
@@ -33,7 +33,7 @@
|
|||||||
<wizard version="1" kind="project" firstpage="10" id="S.Plain C (Qbs)" category="I.Projects"
|
<wizard version="1" kind="project" firstpage="10" id="S.Plain C (Qbs)" category="I.Projects"
|
||||||
platformIndependent="true" featuresRequired="Plugin.QbsProjectManager">
|
platformIndependent="true" featuresRequired="Plugin.QbsProjectManager">
|
||||||
<icon>../common/console.png</icon>
|
<icon>../common/console.png</icon>
|
||||||
<description>Creates a plain C project using qbs.</description>
|
<description>Creates a plain C project using Qbs.</description>
|
||||||
<displayname>Plain C Project (Qbs Build)</displayname>;
|
<displayname>Plain C Project (Qbs Build)</displayname>;
|
||||||
<displaycategory>Non-Qt Project</displaycategory>
|
<displaycategory>Non-Qt Project</displaycategory>
|
||||||
<files>
|
<files>
|
||||||
|
@@ -33,7 +33,7 @@
|
|||||||
<wizard version="1" kind="project" firstpage="10" id="S.Plain C++ (Qbs)" category="I.Projects"
|
<wizard version="1" kind="project" firstpage="10" id="S.Plain C++ (Qbs)" category="I.Projects"
|
||||||
platformIndependent="true" featuresRequired="Plugin.QbsProjectManager">
|
platformIndependent="true" featuresRequired="Plugin.QbsProjectManager">
|
||||||
<icon>../common/console.png</icon>
|
<icon>../common/console.png</icon>
|
||||||
<description>Creates a plain (non-Qt) C++ project using qbs.</description>
|
<description>Creates a plain (non-Qt) C++ project using Qbs.</description>
|
||||||
<displayname>Plain C++ Project (Qbs Build)</displayname>;
|
<displayname>Plain C++ Project (Qbs Build)</displayname>;
|
||||||
<displaycategory>Non-Qt Project</displaycategory>
|
<displaycategory>Non-Qt Project</displaycategory>
|
||||||
<files>
|
<files>
|
||||||
|
@@ -53,7 +53,7 @@ const char CPP_XCODESDKVERSION[] = "cpp.xcodeSdkVersion";
|
|||||||
|
|
||||||
// Settings page
|
// Settings page
|
||||||
const char QBS_SETTINGS_CATEGORY[] = "YM.qbs";
|
const char QBS_SETTINGS_CATEGORY[] = "YM.qbs";
|
||||||
const char QBS_SETTINGS_TR_CATEGORY[] = QT_TRANSLATE_NOOP("QbsProjectManager", "qbs");
|
const char QBS_SETTINGS_TR_CATEGORY[] = QT_TRANSLATE_NOOP("QbsProjectManager", "Qbs");
|
||||||
const char QBS_SETTINGS_CATEGORY_ICON[] = ":/projectexplorer/images/build.png";
|
const char QBS_SETTINGS_CATEGORY_ICON[] = ":/projectexplorer/images/build.png";
|
||||||
|
|
||||||
const char QBS_PROPERTIES_KEY_FOR_KITS[] = "QbsProjectManager.qbs-properties";
|
const char QBS_PROPERTIES_KEY_FOR_KITS[] = "QbsProjectManager.qbs-properties";
|
||||||
|
Reference in New Issue
Block a user