##// END OF EJS Templates
Remove TODOs for 1.2.1 release, revert this after release
Remove TODOs for 1.2.1 release, revert this after release

File last commit:

r1772:15af6fdbb555
r2440:9df61547fec6
Show More
qtcommercialchart.prf
17 lines | 329 B | application/pics-rules | TextLexer
/ features / qtcommercialchart.prf
Tero Ahola
Renamed to QtCommercialChart
r30 INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
Michal Klocek
minor. typo in previous commit
r1772 CONFIG(debug, debug|release) {
Michal Klocek
Fix wrong library name in debug mode
r1752
Michal Klocek
minor. typo in previous commit
r1772 mac: {
Tero Ahola
Fixed the prf file library name for OSX
r1420 LIBS += -lQtCommercialChart_debug
Michal Klocek
minor. typo in previous commit
r1772 } else {
win32: {
LIBS += -lQtCommercialChartd
} else {
LIBS += -lQtCommercialChart
}
Michal Klocek
Fix wrong library name in debug mode
r1752 }
Michal Klocek
minor. typo extra space in features/qtcommercialchart.prf
r1765
Tero Ahola
Fixed a typo in qtcommercialchart.prf
r1767 } else {
Michal Klocek
Revert "OSX: qmake 'unix' keyword is set (in addition to mac) on OSX"...
r1771 LIBS +=-lQtCommercialChart
Tero Ahola
Renamed to QtCommercialChart
r30 }