##// END OF EJS Templates
minor typo in src.pro
minor typo in src.pro

File last commit:

r1765:351c12baedd5
r1766:bc21df93a34a
Show More
qtcommercialchart.prf
19 lines | 297 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
}els {
LIBS +=-lQtCommercialChart
Tero Ahola
Renamed to QtCommercialChart
r30 }