Details
-
Type:
Task
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 1.7.0
-
Fix Version/s: 1.7.2
-
Component/s: Documentation
-
Labels:None
-
Environment:
Windows 7 x64
-
Commits:daba88c2c7c11fc7d58336afd7f045ea3ed02a3f
Description
Line 15 in http://code.qt.io/cgit/qt-labs/qbs.git/tree/src/lib/qtprofilesetup/templates/QtPlugin.qbs produces:
ReferenceError: Can't find variable: parent
at <eval>() in C:\Users\user23486\AppData\Roaming\QtProject\qtcreator\qbs\1.6.0\profiles\qtc_Qt_5_7_0_c275ce67\modules\Qt\QtPlugin.qbs:15
C:\Users\user23486\AppData\Roaming\QtProject\qtcreator\qbs\1.6.0\profiles\qtc_Qt_5_7_0_c275ce67\modules\Qt\QtPlugin.qbs:14:23 Artifact.filePath
Changing line 15 to:
+ product.moduleProperty(product.moduleName, "qtModuleName") + ".cpp"
fixed this error for me
-----------------------------------------------------------------------------------------------
Documentation for linking Plug-Ins to static applications needs to written.
-----------------------------------------------------------------------------------------------