Skip to content

Commit

Permalink
Adding some useful comments to the qscintilla project file
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed May 2, 2016
1 parent 46536d2 commit c6a39d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions libs/qscintilla/Qt4Qt5/qscintilla.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c6a39d3

Please sign in to comment.