Re: [QBS] QTPLUGIN variable counterpart in qbs

2014-11-20 Thread Oswald Buddenhagen
On Thu, Nov 20, 2014 at 10:53:55AM +0100, Christian Kandeler wrote: > In qbs, plugins are a special kind of module, so you just use a dependency: > Depends { > name: "Qt.qsqlite" > condition: Qt.core.staticBuild > } > (Perhaps a convenience item would be helpful here th

Re: [QBS] QTPLUGIN variable counterpart in qbs

2014-11-20 Thread Christian Kandeler
On 11/19/2014 09:28 PM, Yuriy Makarov wrote: > I’m trying to build an iOS static library with QSql dependency via qbs. > Qt is also built as a static library. In the app log I see the following > warning: > QSqlDatabase: QSQLITE driver not loaded > Trying to manually load sqlite plugin via Q_IMPORT

[QBS] QTPLUGIN variable counterpart in qbs

2014-11-19 Thread Yuriy Makarov
Hi, I’m trying to build an iOS static library with QSql dependency via qbs. Qt is also built as a static library. In the app log I see the following warning: QSqlDatabase: QSQLITE driver not loaded Trying to manually load sqlite plugin via Q_IMPORT_PLUGIN causes link error on attempt to resolve