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

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

TEMPLATE  = subdirs
CONFIG   += ordered

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