summaryrefslogtreecommitdiffstats
path: root/features/charts.prf
blob: 97e957f4b3457d7465a098a433d6686bfe684550 (plain)
1
2
3
4
5
6
7
8
9
10
message( "Configuring with qchart addon..." )

INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QCharts

CONFIG(debug, debug|release) {
    LIBS += -lQChartd
} else {
    LIBS += -lQChart
}