On 31 October 2013 12:19, Christian Kandeler <[email protected]> wrote: > On 10/31/2013 01:13 PM, Mateusz Loskot wrote: >> I noticed, there is a condiiton in the qt-creator/src/plugins/plugins.pro >> file: >> >> isEmpty(QBS_INSTALL_DIR): QBS_INSTALL_DIR = $$(QBS_INSTALL_DIR) >> exists(../shared/qbs/qbs.pro)|!isEmpty(QBS_INSTALL_DIR): \ >> SUBDIRS += \ >> qbsprojectmanager >> >> and indeed, I don't have ../shared/qbs/qbs.pro file (the folder is empty) >> >> Do I need to perform any special steps to enable QBS? > > git submodule update --init.
This does the trick, thank you. I feel silly, but I did spend fair amount of time looking for "How to build Qt Creator from Git" online and in README(s). It seems there is no equivalent to http://qt-project.org/wiki/Building_Qt_5_from_Git Best regards, -- Mateusz Loskot, http://mateusz.loskot.net _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
