--- QScintilla-gpl-2.9/Qt4Qt5/features/qscintilla2.prf 2015-04-20 17:38:24.000000000 +0300 +++ QScintilla-gpl-2.9.new/Qt4Qt5/features/qscintilla2.prf 2015-05-23 17:17:50.000000000 +0300 @@ -17,9 +17,18 @@ win32: { LIBS += -lqscintilla2d } else { - LIBS += -lqscintilla2 + greaterThan(QT_MAJOR_VERSION, 4) { + LIBS += -lqt5scintilla2 + } else { + LIBS += -lqscintilla2 + } } } } else { + greaterThan(QT_MAJOR_VERSION, 4) { + LIBS += -lqt5scintilla2 + } + else { LIBS += -lqscintilla2 + } } --- QScintilla-gpl-2.9/Qt4Qt5/qscintilla.pro 2015-04-20 17:38:24.000000000 +0300 +++ QScintilla-gpl-2.9.new/Qt4Qt5/qscintilla.pro 2015-05-23 17:17:50.000000000 +0300 @@ -36,6 +36,7 @@ greaterThan(QT_MAJOR_VERSION, 4) { QT += widgets printsupport + TARGET = qt5scintilla2 greaterThan(QT_MINOR_VERSION, 1) { macx:QT += macextras --- QScintilla-gpl-2.9/designer-Qt4Qt5/designer.pro 2015-03-26 20:10:15.000000000 +0200 +++ QScintilla-gpl-2.9.new/designer-Qt4Qt5/designer.pro 2015-05-23 17:17:50.000000000 +0300 @@ -8,11 +8,14 @@ greaterThan(QT_MAJOR_VERSION, 4) { QT += designer + TARGET = qt5scintillaplugin + LIBS += -lqt5scintilla2 # Work around QTBUG-39300. CONFIG -= android_install } else { CONFIG += designer + LIBS += -lqscintilla2 } macx {