diff --git a/features/qtcommercialchart.prf b/features/qtcommercialchart.prf index 0592c18..69b496c 100644 --- a/features/qtcommercialchart.prf +++ b/features/qtcommercialchart.prf @@ -1,17 +1,19 @@ INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart -CONFIG(debug, debug|release) { +CONFIG(debug, debug|release){ - mac: { + mac:{ LIBS += -lQtCommercialChart_debug - } else { - win32: { - LIBS += -lQtCommercialChartd - } else { - LIBS += -lQtCommercialChart - } + } + + win32:{ + LIBS += -lQtCommercialChartd + } + + unix:{ + LIBS += -lQtCommercialChart } } else { - LIBS +=-lQtCommercialChartd + LIBS +=-lQtCommercialChart }