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
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 {