##// END OF EJS Templates
Fix documentation paths...
Fix documentation paths The paths for qdocinc files and for images has been fixed so that creating the documentation works also for Mac. Task-number: QTRD-2492 Change-Id: Ibfefd06dfb4d85bbdb10b400aadda204ad50c21a Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2501:8956755bc504
r2650:214b6c6d3a2b
Show More
plugins.pro
14 lines | 442 B | text/idl | PrologLexer
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = subdirs
contains(QT_VERSION, ^4\\.[0-7]\\.[0-3]\\s*$) | contains(QT_VERSION, ^4\\.[0-6]\\..*) {
warning("QtCommercial.Charts QML API requires at least Qt 4.7.4. You are using $${QT_VERSION} so the QML API is disabled.")
} else {
SUBDIRS += quick1
contains(QT_VERSION, ^5\\..*\\..*$) {
qtHaveModule(quick): SUBDIRS += quick2
}
}