forked from qt-creator/qt-creator
Qt Quick Application wizards: Use the proper icon
Change-Id: I044a6fa2098bcd15ad2d63b3504a5d850d8a980c Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"trDescription": "Creates a deployable Qt Quick 2 application.",
|
"trDescription": "Creates a deployable Qt Quick 2 application.",
|
||||||
"trDisplayName": "Qt Quick Application",
|
"trDisplayName": "Qt Quick Application",
|
||||||
"trDisplayCategory": "Application",
|
"trDisplayCategory": "Application",
|
||||||
"icon": "../../../global/guiapplication.png",
|
"icon": "qml_wizard.png",
|
||||||
"featuresRequired": [ "QtSupport.Wizards.FeatureQtQuick.2.4", "Plugin.QmakeProjectManager", "QtSupport.Wizards.FeatureQt" ],
|
"featuresRequired": [ "QtSupport.Wizards.FeatureQtQuick.2.4", "Plugin.QmakeProjectManager", "QtSupport.Wizards.FeatureQt" ],
|
||||||
|
|
||||||
"options":
|
"options":
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
"trDescription": "Creates a deployable Qt Quick 2 application using Qt Quick Controls.",
|
"trDescription": "Creates a deployable Qt Quick 2 application using Qt Quick Controls.",
|
||||||
"trDisplayName": "Qt Quick Controls Application",
|
"trDisplayName": "Qt Quick Controls Application",
|
||||||
"trDisplayCategory": "Application",
|
"trDisplayCategory": "Application",
|
||||||
"icon": "../../../global/guiapplication.png",
|
"icon": "../qtquickapplication/qml_wizard.png",
|
||||||
"featuresRequired": [ "QtSupport.Wizards.FeatureQtQuick.Controls.1.3", "Plugin.QmakeProjectManager", "QtSupport.Wizards.FeatureQt" ],
|
"featuresRequired": [ "QtSupport.Wizards.FeatureQtQuick.Controls.1.3", "Plugin.QmakeProjectManager", "QtSupport.Wizards.FeatureQt" ],
|
||||||
|
|
||||||
"options":
|
"options":
|
||||||
|
Reference in New Issue
Block a user