##// END OF EJS Templates
Adjust pie slice bounding rectangle to account for thick pens...
Adjust pie slice bounding rectangle to account for thick pens Task-number: QTRD-1937 Reviewed-by: Mika Salmela

File last commit:

r1772:15af6fdbb555
r2454:c44a116d4ae8
Show More
qtcommercialchart.prf
17 lines | 329 B | application/pics-rules | TextLexer
/ features / qtcommercialchart.prf
Tero Ahola
Renamed to QtCommercialChart
r30 INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
Michal Klocek
minor. typo in previous commit
r1772 CONFIG(debug, debug|release) {
Michal Klocek
Fix wrong library name in debug mode
r1752
Michal Klocek
minor. typo in previous commit
r1772 mac: {
Tero Ahola
Fixed the prf file library name for OSX
r1420 LIBS += -lQtCommercialChart_debug
Michal Klocek
minor. typo in previous commit
r1772 } else {
win32: {
LIBS += -lQtCommercialChartd
} else {
LIBS += -lQtCommercialChart
}
Michal Klocek
Fix wrong library name in debug mode
r1752 }
Michal Klocek
minor. typo extra space in features/qtcommercialchart.prf
r1765
Tero Ahola
Fixed a typo in qtcommercialchart.prf
r1767 } else {
Michal Klocek
Revert "OSX: qmake 'unix' keyword is set (in addition to mac) on OSX"...
r1771 LIBS +=-lQtCommercialChart
Tero Ahola
Renamed to QtCommercialChart
r30 }