Qt Lite and configuration changes in Qt 5.8

后端 未结 3 1113
一个人的身影
一个人的身影 2020-12-09 19:10

So allegedly, the configuration tool for Qt went through some changes, necessary to be able to make more streamlined Qt builds, a.k.a \"Qt Lite\". However, there doesn\'t se

3条回答
  •  长情又很酷
    2020-12-09 19:52

    The changes that are behind my failed configuration:

    • there is no longer the option to specify whether sql support is built-in or plug-in, so the format is now just -sql-, the documentation is still not updated and lists the old format - -.

    • the -l option to add a specific library has been removed, which is turning out to be problematic in multiple areas.

    Edit: Also, this blog entry just posted on doing lite builds might be useful.

提交回复
热议问题