##// END OF EJS Templates
Fix zoom in chartviewer
Fix zoom in chartviewer

File last commit:

r1420:2cbd13edfba9
r1751:4d5762f1ac4f
Show More
qtcommercialchart.prf
11 lines | 239 B | application/pics-rules | TextLexer
INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
CONFIG(debug, debug|release) {
mac {
LIBS += -lQtCommercialChart_debug
} else {
LIBS += -lQtCommercialChartd
}
} else {
LIBS += -lQtCommercialChart
}