From 0bf826e107ec3485570581cc28a8eaa009e5eeae Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Mon, 30 Jul 2012 15:13:07 +0300 Subject: Fix wrong library name in debug mode --- features/qtcommercialchart.prf | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'features') diff --git a/features/qtcommercialchart.prf b/features/qtcommercialchart.prf index 5602b4d3..008385d0 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 } -- cgit v1.2.3