From c6a39d344178ff26ec18c611da5153f7e03bae5e Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Mon, 2 May 2016 14:09:42 +0100 Subject: [PATCH] Adding some useful comments to the qscintilla project file --- libs/qscintilla/Qt4Qt5/qscintilla.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libs/qscintilla/Qt4Qt5/qscintilla.pro b/libs/qscintilla/Qt4Qt5/qscintilla.pro index 81dc7ca6..d6951811 100644 --- a/libs/qscintilla/Qt4Qt5/qscintilla.pro +++ b/libs/qscintilla/Qt4Qt5/qscintilla.pro @@ -40,10 +40,12 @@ greaterThan(QT_MAJOR_VERSION, 3) { } greaterThan(QT_MAJOR_VERSION, 4) { - QT += widgets printsupport + # Qt5 requires widgets and printsupport defined + QT += widgets printsupport greaterThan(QT_MINOR_VERSION, 1) { - macx:QT += macextras + # Qt5 5.2 and above on OSX require macextras + macx:QT += macextras } # Work around QTBUG-39300.