Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 1.7.1
-
Fix Version/s: 1.8.0
-
Component/s: Qt Creator Integration
-
Labels:None
-
Commits:598044110a5ccdfc18c593644c2ce8de838212e3
Description
e46c768f2cdfcddc92b3a61d59f7465c76c65337 from https://github.com/jakepetroules/qbs
Qt Creator crashes when I change:
files: ["../src/3rdparty/python/**/*.py"]
to
files: ["../src/3rdparty/python/**/*"]
in share/share.qbs
Even if I delete the build graph, the crash still occurs when opening the project. If I build the command line equivalent, the error:
ERROR: Cannot install '/Users/jakepetroules/OpenSource/qt/qbs/src/3rdparty/python/bin/dmgbuild', because it doesn't start with the value of qbs.installSourceBase '/Users/jakepetroules/OpenSource/qt/qbs/src/3rdparty/python/lib/python2.7/site-packages'.
is shown.
So the code is wrong, but of course we should handle this in the IDE and not crash.