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

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

TEMPLATE  = subdirs
CONFIG   += ordered

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