@@ -1,11 +1,19 | |||||
1 | INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart |
|
1 | INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart | |
2 |
|
2 | |||
3 | CONFIG(debug, debug|release) { |
|
3 | CONFIG(debug, debug|release) { | |
4 | mac { |
|
4 | ||
|
5 | mac: { | |||
5 | LIBS += -lQtCommercialChart_debug |
|
6 | LIBS += -lQtCommercialChart_debug | |
6 | } else { |
|
7 | } | |
|
8 | ||||
|
9 | win32: { | |||
7 | LIBS += -lQtCommercialChartd |
|
10 | LIBS += -lQtCommercialChartd | |
8 | } |
|
11 | } | |
|
12 | ||||
|
13 | linux: { | |||
|
14 | LIBS += -lQtCommercialChart | |||
|
15 | } | |||
|
16 | ||||
9 | } else { |
|
17 | } else { | |
10 | LIBS += -lQtCommercialChart |
|
18 | LIBS += -lQtCommercialChart | |
11 | } |
|
19 | } |
General Comments 0
You need to be logged in to leave comments.
Login now