forked from qt-creator/qt-creator
Qmake: Update description of Qt:QMAKE_MKSPECS expando
Change-Id: Id955967e57c12839dec5a54511662ec92f1e43e5 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
@@ -341,7 +341,7 @@ void BaseQtVersion::setupExpander()
|
|||||||
[this] { return qmakeProperty(m_versionInfo, "QT_INSTALL_DEMOS"); });
|
[this] { return qmakeProperty(m_versionInfo, "QT_INSTALL_DEMOS"); });
|
||||||
|
|
||||||
m_expander.registerVariable("Qt:QMAKE_MKSPECS",
|
m_expander.registerVariable("Qt:QMAKE_MKSPECS",
|
||||||
QtKitInformation::tr("The current Qt version's default mkspecs."),
|
QtKitInformation::tr("The current Qt version's default mkspecs (Qt 4)."),
|
||||||
[this] { return qmakeProperty(m_versionInfo, "QMAKE_MKSPECS"); });
|
[this] { return qmakeProperty(m_versionInfo, "QMAKE_MKSPECS"); });
|
||||||
|
|
||||||
m_expander.registerVariable("Qt:QMAKE_VERSION",
|
m_expander.registerVariable("Qt:QMAKE_VERSION",
|
||||||
|
Reference in New Issue
Block a user