Merge pull request #6471
060b3d3fixup: qt 5.5 snuck in another module that needs path hand-holding (Cory Fields)ecd6a89depends: make more qt flags explicit (Cory Fields)ab67dd7depends: bump to qt 5.5 (Cory Fields)5189fe3depends: split qt config options to separate lines (Jacob Welsh)fe997dfbuild: fix building against qt5.4/5.5 (Cory Fields)
This commit is contained in:
@@ -59,7 +59,9 @@ Q_IMPORT_PLUGIN(qtwcodecs)
|
||||
Q_IMPORT_PLUGIN(qkrcodecs)
|
||||
Q_IMPORT_PLUGIN(qtaccessiblewidgets)
|
||||
#else
|
||||
#if QT_VERSION < 0x050400
|
||||
Q_IMPORT_PLUGIN(AccessibleFactory)
|
||||
#endif
|
||||
#if defined(QT_QPA_PLATFORM_XCB)
|
||||
Q_IMPORT_PLUGIN(QXcbIntegrationPlugin);
|
||||
#elif defined(QT_QPA_PLATFORM_WINDOWS)
|
||||
|
||||
Reference in New Issue
Block a user