greaterThan(QT_MAJOR_VERSION, 4) {
QT += widgets printsupport
TARGET = qt5scintilla2
greaterThan(QT_MINOR_VERSION, 1) {
macx:QT += macextras
win32: {
LIBS += -lqscintilla2d
} else {
LIBS += -lqscintilla2
LIBS += -lqt5scintilla2
}
else {
# Work around QTBUG-39300.
CONFIG -= android_install
TARGET = qt5scintillaplugin
CONFIG += designer
macx {