Files
qt-creator/qtcreator.pro
T

28 lines
579 B
Prolog
Raw Normal View History

2011-07-14 10:15:36 +02:00
include(qtcreator.pri)
#version check qt
2011-07-14 10:15:36 +02:00
!minQtVersion(4, 7, 4) {
message("Cannot build Qt Creator with Qt version $${QT_VERSION}.")
2011-07-14 10:15:36 +02:00
error("Use at least Qt 4.7.4.")
}
2009-01-20 14:58:10 +01:00
include(doc/doc.pri)
2009-01-19 11:01:45 +01:00
2008-12-02 12:01:29 +01:00
TEMPLATE = subdirs
CONFIG += ordered
2009-04-17 11:26:03 +02:00
SUBDIRS = src share
2011-07-06 12:56:59 +02:00
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