Adding some useful comments to the qscintilla project file

This commit is contained in:
Justin Clift
2016-05-02 14:09:42 +01:00
parent 46536d2893
commit c6a39d3441

View File

@@ -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.