mirror of https://github.com/qt/qtcharts.git
minor. typo in previous commit
This commit is contained in:
parent
dbc3d8bd79
commit
15af6fdbb5
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue