[Qt-creator] Disable QBS project caching
Andrii Anpilogov
anpilog at gmail.com
Tue Jan 20 15:15:16 CET 2015
Hi,
I'm tuning to move my codebase to qbs and qt creator.
I've noticed that if I generate any property that belongs to Product in
.qbs file by JS script it's going to be cached by QtCreator.
The only one way to force reload the cache is change something in the .qbs
file.
Simple example is:
Product {
files: {
return JSON.parse(projectInfo.readAll()).files;
}
}
Is there any way to force QtCreator re-execute all .qbs files in the
project?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20150120/a910b3df/attachment.html>
More information about the Qt-creator
mailing list