OSDN Git Service

Merge commit 'origin/master'
[qt-creator-jp/qt-creator-jp.git] / qtcreator.pro
1 #version check qt
2 TOO_OLD_LIST=$$find(QT_VERSION, ^4\.[0-4])
3 count(TOO_OLD_LIST, 1) {
4     message("Cannot build the Qt Creator with a Qt version that old:" $$QT_VERSION)
5     error("Use at least Qt 4.5.")
6 }
7
8
9 TEMPLATE  = subdirs
10 CONFIG   += ordered
11
12 SUBDIRS = src
13
14 include(doc/doc.pri)