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