Qt5 changed a few APIs [1] which makes ScintillaEditBase currently not possible to build under it.
[1] http://qt-project.org/doc/qt-5.0/qtdoc/sourcebreaks.html
OK. I won't be working on this myself.
Some changes committed to C++ files to allow compilation with Qt 5. [553989], [27e23f], [a7e785], [c37c20]
Project files need to add "widgets" to QT variable but this is not compatible with Qt 4.7 so has not been changed: QT += core gui widgets
Commit: [27e23f] Commit: [553989] Commit: [a7e785] Commit: [c37c20]
Fix for project files in [fb1c79].
Commit: [fb1c79]
Log in to post a comment.
OK. I won't be working on this myself.
Some changes committed to C++ files to allow compilation with Qt 5. [553989], [27e23f], [a7e785], [c37c20]
Project files need to add "widgets" to QT variable but this is not compatible with Qt 4.7 so has not been changed:
QT += core gui widgets
Related
Commit: [27e23f]
Commit: [553989]
Commit: [a7e785]
Commit: [c37c20]
Fix for project files in [fb1c79].
Related
Commit: [fb1c79]