Files
qt-creator/qtcreator.pro
Orgad Shaneh 25e8590dfe Include dist/changes-* in OTHER_FILES
Change-Id: Ib71ba41407309bcea82fecc668bb965eed42f3c7
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-12-12 08:29:46 +01:00

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-*)