summaryrefslogtreecommitdiff
path: root/qtcreator.pro
blob: eb58db0d528de7378503c009556cf44f4153d8c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#version check qt
contains(QT_VERSION, ^4\.[0-4]\..*) {
    message("Cannot build Qt Creator with Qt version $$QT_VERSION.")
    error("Use at least Qt 4.5.")
}

include(qtcreator.pri)
include(doc/doc.pri)

TEMPLATE  = subdirs
CONFIG   += ordered

SUBDIRS = src share
unix:!macx:!isEmpty(copydata):SUBDIRS += bin