]> git.lyx.org Git - lyx.git/commit
Fix configuring for Qt 5.8
authorEnrico Forestieri <forenr@lyx.org>
Tue, 7 Feb 2017 10:29:30 +0000 (11:29 +0100)
committerEnrico Forestieri <forenr@lyx.org>
Tue, 7 Feb 2017 10:29:30 +0000 (11:29 +0100)
commitb54169282394bb4e839fd1875a10c53ca745d78a
tree769e91cdb2b2fc70b848238d419bb3e1127b59a8
parent5665209caa7415793167fd41d93bbccda93be689
Fix configuring for Qt 5.8

They moved the QT_QPA_DEFAULT_PLATFORM_NAME definition to the newly
introduced qtgui-config.h header.
This fix is also necessary for cmake, but I don't know how to do it.
It would be simply a matter of using QtGui/qtgui-config.h instead
of QtCore/qconfig.h, if QtGui/qtgui-config.h exists.
config/qt4.m4