diff --git a/features/qtcommercialchart.prf b/features/qtcommercialchart.prf index 5602b4d..008385d 100644 --- a/features/qtcommercialchart.prf +++ b/features/qtcommercialchart.prf @@ -1,11 +1,19 @@ INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart CONFIG(debug, debug|release) { - mac { + + mac: { LIBS += -lQtCommercialChart_debug - } else { + } + + win32: { LIBS += -lQtCommercialChartd } + + linux: { + LIBS += -lQtCommercialChart + } + } else { LIBS += -lQtCommercialChart }