From 351c12baedd54c15b65b361d45f52fde7a747e1e 2012-07-31 14:36:21 From: Michal Klocek Date: 2012-07-31 14:36:21 Subject: [PATCH] minor. typo extra space in features/qtcommercialchart.prf --- diff --git a/features/qtcommercialchart.prf b/features/qtcommercialchart.prf index 008385d..5bc5746 100644 --- a/features/qtcommercialchart.prf +++ b/features/qtcommercialchart.prf @@ -1,19 +1,19 @@ INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart -CONFIG(debug, debug|release) { +CONFIG(debug, debug|release){ - mac: { + mac:{ LIBS += -lQtCommercialChart_debug } - - win32: { + + win32:{ LIBS += -lQtCommercialChartd } - - linux: { + + unix:{ LIBS += -lQtCommercialChart } - -} else { - LIBS += -lQtCommercialChart + +}els { + LIBS +=-lQtCommercialChart }