Skip to content

Commit

Permalink
qmake: Fixed compilation with Qt 6
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Oct 13, 2020
1 parent 4616513 commit c8dc697
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tiled/tiled.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ win32 {

QT += widgets qml

contains(QT_CONFIG, opengl):minQtVersion(6, 0, 0) {
QT += openglwidgets
}

DEFINES += TILED_VERSION=$${TILED_VERSION}

DEFINES += QT_NO_CAST_FROM_ASCII \
Expand Down

0 comments on commit c8dc697

Please sign in to comment.