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