forked from qt-creator/qt-creator
Change-Id: Ib71ba41407309bcea82fecc668bb965eed42f3c7 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
19 lines
406 B
Prolog
19 lines
406 B
Prolog
include(qtcreator.pri)
|
|
|
|
#version check qt
|
|
!minQtVersion(4, 7, 4) {
|
|
message("Cannot build Qt Creator with Qt version $${QT_VERSION}.")
|
|
error("Use at least Qt 4.7.4.")
|
|
}
|
|
|
|
include(doc/doc.pri)
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS = src share lib/qtcreator/qtcomponents
|
|
unix:!macx:!isEmpty(copydata):SUBDIRS += bin
|
|
|
|
OTHER_FILES += dist/copyright_template.txt \
|
|
$$files(dist/changes-*)
|