minor. typo in previous commit

This commit is contained in:
Michal Klocek 2012-08-01 14:27:31 +03:00
parent dbc3d8bd79
commit 15af6fdbb5
1 changed files with 8 additions and 10 deletions

View File

@ -1,17 +1,15 @@
INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
CONFIG(debug, debug|release){ CONFIG(debug, debug|release) {
mac:{ mac: {
LIBS += -lQtCommercialChart_debug LIBS += -lQtCommercialChart_debug
} } else {
win32: {
win32:{ LIBS += -lQtCommercialChartd
LIBS += -lQtCommercialChartd } else {
} LIBS += -lQtCommercialChart
}
unix:{
LIBS += -lQtCommercialChart
} }
} else { } else {