forked from qt-creator/qt-creator
qtcanvas3dapplication wizard: Fix typo ${} -> %{}
Change-Id: I248a12ac502d66c331f4584c84ee8a1f1f4ac0a4 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Tobias Hunger
parent
50cbb30911
commit
f00280d11d
@@ -8,7 +8,7 @@
|
||||
"trDisplayCategory": "Application",
|
||||
"icon": "3dapplication.png",
|
||||
"featuresRequired": [ "QtSupport.Wizards.FeatureQtCanvas3d" ],
|
||||
"enabled": "${JS: [ %{Plugins} ].indexOf('QmakeProjectManager') >= 0}",
|
||||
"enabled": "%{JS: [ %{Plugins} ].indexOf('QmakeProjectManager') >= 0}",
|
||||
|
||||
"options":
|
||||
[
|
||||
|
Reference in New Issue
Block a user