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