Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: Qt Creator 3.1.0-rc1
-
Fix Version/s: Qt Creator 3.1.0
-
Component/s: Project & Build Management
-
Labels:
-
Environment:Mac OSX 10.8.5, Qt Creator 3.1 (rc1) based on Qt5.2.1
-
Commits:qbs/a27c3eec3345dff11ba1f67ff7b060eaef7a8090
Description
Steps to reproduce:
- start Creator with QbsProjectManager plugin enabled
- open qtcreator.qbs from latest Qt Creator repository (3.1 branch)
Current result:
- Creator stops parsing and prints
Module Qt/core could not be loaded. Library.qbs 6
inside the Issues pane ( CREATOR_REPO/src/shared/qbs/src/lib/Library.qbs is the file meant above.. )
Note: works fine on Linux.