##// END OF EJS Templates
Fix chart resize for rotated QChartViews....
Fix chart resize for rotated QChartViews. This only actually produces a nice result for even 90 degree rotations, anything else will have some part of the chart offscreen. Task-number: QTRD-1860 Change-Id: I1b17fb9c30665c736965614531b1985d91e87339 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com> Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2488:5862599d088d
r2500:f8aaf8b5fc37
Show More
plugins.pro
19 lines | 520 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
}
}
!linux-arm*:!qnx:!vxworks:!wince*: {
SUBDIRS += \
designer
}