summaryrefslogtreecommitdiffstats
path: root/features
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/charts.prf13
1 files changed, 6 insertions, 7 deletions
diff --git a/features/charts.prf b/features/charts.prf
index d5967010..0032e860 100644
--- a/features/charts.prf
+++ b/features/charts.prf
@@ -1,9 +1,8 @@
-INCLUDEPATH += $$[QT_INSTALL_HEADERS]/Charts
+INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QCharts
-contains(CHARTS, widget) {
- CONFIG(debug, debug|release) {
- LIBS += -lChartWidgetd
- } else {
- LIBS += -lChartWidget
- }
+CONFIG(debug, debug|release) {
+ LIBS += -lQChartd
+} else {
+ LIBS += -lQChart
}
+