forked from qt-creator/qt-creator
Change-Id: I32f525a2478d4442041c52f22f972202ca61f0b8 Reviewed-on: http://codereview.qt.nokia.com/1231 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
27 lines
591 B
Prolog
27 lines
591 B
Prolog
#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
|
|
|
|
OTHER_FILES += dist/copyright_template.txt \
|
|
dist/changes-1.1.0 \
|
|
dist/changes-1.1.1 \
|
|
dist/changes-1.2.0 \
|
|
dist/changes-1.2.1 \
|
|
dist/changes-1.3.0 \
|
|
dist/changes-1.3.1 \
|
|
dist/changes-2.0.0 \
|
|
dist/changes-2.0.1 \
|
|
dist/changes-2.1.0 \
|
|
dist/changes-2.2.0 \
|
|
dist/changes-2.3.0
|