##// END OF EJS Templates
Fixed a typo in qtcommercialchart.prf
Fixed a typo in qtcommercialchart.prf

File last commit:

r1767:f9aa9409f462
r1767:f9aa9409f462
Show More
qtcommercialchart.prf
19 lines | 299 B | application/pics-rules | TextLexer
/ features / qtcommercialchart.prf
Tero Ahola
Renamed to QtCommercialChart
r30 INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
Michal Klocek
minor. typo extra space in features/qtcommercialchart.prf
r1765 CONFIG(debug, debug|release){
Michal Klocek
Fix wrong library name in debug mode
r1752
Michal Klocek
minor. typo extra space in features/qtcommercialchart.prf
r1765 mac:{
Tero Ahola
Fixed the prf file library name for OSX
r1420 LIBS += -lQtCommercialChart_debug
Michal Klocek
Fix wrong library name in debug mode
r1752 }
Michal Klocek
minor. typo extra space in features/qtcommercialchart.prf
r1765
win32:{
Tero Ahola
Fixed the prf file library name for OSX
r1420 LIBS += -lQtCommercialChartd
}
Michal Klocek
minor. typo extra space in features/qtcommercialchart.prf
r1765
unix:{
Michal Klocek
Fix wrong library name in debug mode
r1752 LIBS += -lQtCommercialChart
}
Michal Klocek
minor. typo extra space in features/qtcommercialchart.prf
r1765
Tero Ahola
Fixed a typo in qtcommercialchart.prf
r1767 } else {
Michal Klocek
minor. typo extra space in features/qtcommercialchart.prf
r1765 LIBS +=-lQtCommercialChart
Tero Ahola
Renamed to QtCommercialChart
r30 }