Skip to content
Snippets Groups Projects
Commit 1a63d5e6 authored by Eike Ziller's avatar Eike Ziller Committed by Daniel Molkentin
Browse files

Update Qt requirement.

Change-Id: I8d3eb57a3cb41c4bfd01defc3f5c512a46a7a428
Reviewed-on: http://codereview.qt.nokia.com/1652


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarDaniel Molkentin <daniel.molkentin@nokia.com>
parent df15bd10
No related branches found
No related tags found
No related merge requests found
include(qtcreator.pri)
#version check qt
contains(QT_VERSION, ^4\\.[0-6]\\..*) {
!minQtVersion(4, 7, 4) {
message("Cannot build Qt Creator with Qt version $${QT_VERSION}.")
error("Use at least Qt 4.7.")
error("Use at least Qt 4.7.4.")
}
include(qtcreator.pri)
include(doc/doc.pri)
TEMPLATE = subdirs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment