* [Buildroot] bug in package/qt5/qt5base/qt5base.mk ? @ 2019-02-01 16:20 David Picard 2019-02-01 18:07 ` Peter Seiderer 0 siblings, 1 reply; 2+ messages in thread From: David Picard @ 2019-02-01 16:20 UTC (permalink / raw) To: buildroot Hi, If BR2_PACKAGE_QTBASE_CONFIG_FILE is set, qt5base.mk calls Qt's configure utility with the '-config' option, which is not recognized by configure. Also, I couldn't find an equivalent option. My suggestion would be to replace the original $(@D)/src/corelib/global/qconfig.h with the file pointed to by BR2_PACKAGE_QTBASE_CONFIG_FILE. What do you think ? - David ^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] bug in package/qt5/qt5base/qt5base.mk ? 2019-02-01 16:20 [Buildroot] bug in package/qt5/qt5base/qt5base.mk ? David Picard @ 2019-02-01 18:07 ` Peter Seiderer 0 siblings, 0 replies; 2+ messages in thread From: Peter Seiderer @ 2019-02-01 18:07 UTC (permalink / raw) To: buildroot Hello David, On Fri, 1 Feb 2019 17:20:50 +0100, David Picard <dplamp@gmx.com> wrote: > Hi, > > If BR2_PACKAGE_QTBASE_CONFIG_FILE is set, qt5base.mk calls Qt's > configure utility with the '-config' option, which is not recognized by > configure. Also, I couldn't find an equivalent option. You mean BR2_PACKAGE_QT5BASE_CONFIG_FILE and '-qconfig' and yes it is the Qt-5.6.x (still present as a choice in buildroot) way for fain grained configure... > > My suggestion would be to replace the original > $(@D)/src/corelib/global/qconfig.h with the file pointed to by > BR2_PACKAGE_QTBASE_CONFIG_FILE. What do you think ? The modern way (since Qt-5.8) is via the config.opt file and configure -redo (see [1])... Regards, Peter [1] https://doc.qt.io/QtForDeviceCreation/qt-configuration-tool.html > > - David > _______________________________________________ > buildroot mailing list > buildroot at busybox.net > http://lists.busybox.net/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-02-01 18:07 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-02-01 16:20 [Buildroot] bug in package/qt5/qt5base/qt5base.mk ? David Picard 2019-02-01 18:07 ` Peter Seiderer
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox