Skip to content

Commit

Permalink
No need to check for qt3 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarta committed Apr 12, 2016
1 parent ea5fdd4 commit bce6d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/settings.pro
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ defineReplace(avLibName) {
}

#check QT major version
contains(QT_MAJOR_VERSION, 3) {
error("Must build against Qt4")
contains(QT_MAJOR_VERSION, 4) {
error("Must build against Qt5")
}

# Where binaries, includes and runtime assets are installed by 'make install'
Expand Down

0 comments on commit bce6d78

Please sign in to comment.