[QBS] Error messages when opening a project in Qt Creator 3.4.2

2015-07-04 Thread Hristo Hristov
I am getting these messages in General Messages when I open a project in Qt Creator: updatePchInfo: switching to noneWarnings while parsing QML type information of /opt/Qt/5.5/gcc_64/qml::1:24: Reading only version 1.1 parts.:10:5: Expected only Component and ModuleApi object definitions. Is th

Re: [QBS] Install only product don't get run

2015-07-04 Thread Thebault, Remi
Le 03/07/2015 08:28, Christian Kandeler a écrit : > Please file a bug. https://bugreports.qt.io/browse/QBS-831 ___ QBS mailing list QBS@qt-project.org http://lists.qt-project.org/mailman/listinfo/qbs

[QBS] Usage qbs for editing Qt sources

2015-07-04 Thread Smirnov Vladimir
Hello, I just tried some strange things which I want to share with others. 1. I downloaded latest (5.5) Qt Sources, including all Addons. 2. I created qbs file: CppApplication { Depends { name: "Qt"; submodules: ['core', 'gui', 'widgets', 'network'] } name: 'qt-source' files: ['**/*.c','**/*.cc',