forked from qt-creator/qt-creator
bump qt dependency to 4.8
Change-Id: I5aa424bacf9f66761d335f5b53734453ee864b80 Reviewed-by: Robert Loehning <robert.loehning@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
include(qtcreator.pri)
|
||||
|
||||
#version check qt
|
||||
!minQtVersion(4, 7, 4) {
|
||||
!minQtVersion(4, 8, 0) {
|
||||
message("Cannot build Qt Creator with Qt version $${QT_VERSION}.")
|
||||
error("Use at least Qt 4.7.4.")
|
||||
error("Use at least Qt 4.8.0.")
|
||||
}
|
||||
|
||||
include(doc/doc.pri)
|
||||
|
Reference in New Issue
Block a user