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. Christian _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
