2008-12-18 16:19:50 +01:00
|
|
|
#version check qt
|
|
|
|
TOO_OLD_LIST=$$find(QT_VERSION, ^4\.[0-4])
|
|
|
|
count(TOO_OLD_LIST, 1) {
|
|
|
|
message("Cannot build the Qt Creator with a Qt version that old:" $$QT_VERSION)
|
|
|
|
error("Use at least Qt 4.5.")
|
|
|
|
}
|
|
|
|
|
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
|
|
|
|
unix:!macx:!equals(_PRO_FILE_PWD_, $$OUT_PWD):SUBDIRS += bin
|