Details
-
Bug
-
Resolution: Done
-
P2: Important
-
1.1.0
-
None
-
5cb4b375ef9b36f61f05ad741a77c937bfdbc327
Description
When building Qt Creator with qmake the use.pri from QBS is used.
This file decides whether a static or shared library of Qbs is supposed to be used by looking for static or shared in CONFIG. But CONFIG is a setting of the Qt Creator project.
It should instead check how Qbs was built and set the linker flags accordingly.