Skip to content

Commit

Permalink
Update QT defines
Browse files Browse the repository at this point in the history
  • Loading branch information
3unjee committed Mar 2, 2020
1 parent 98a75a5 commit b4e7c86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MotionBox.pro
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ contains(QT_MAJOR_VERSION, 4) {

win32:DEFINES += SK_WIN_NATIVE

greaterThan(QT_MINOR_VERSION, 9): DEFINES += QT_5_9_GREATER
greaterThan(QT_MINOR_VERSION, 12): DEFINES += QT_5_12_GREATER
greaterThan(QT_MINOR_VERSION, 9): DEFINES += QT_5_10
greaterThan(QT_MINOR_VERSION, 10): DEFINES += QT_5_11
greaterThan(QT_MINOR_VERSION, 11): DEFINES += QT_5_12
}

QMAKE_CXXFLAGS += -std=c++11 -msse
Expand Down

0 comments on commit b4e7c86

Please sign in to comment.