##// END OF EJS Templates
Make the prf file be in sync with config.pri...
Andy Shaw -
r2704:55fe15b79c2f
parent child
Show More
@@ -1,17 +1,9
1 INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
1 INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
2
2 LIBRARY_NAME = QtCommercialChart
3 ios:CONFIG(iphonesimulator, iphonesimulator|iphoneos):LIBRARY_NAME = $$join(LIBRARY_NAME,,,_iphonesimulator)
3 CONFIG(debug, debug|release) {
4 CONFIG(debug, debug|release) {
4
5 mac: LIBRARY_NAME = $$join(LIBRARY_NAME,,,_debug)
5 mac: {
6 win32: LIBRARY_NAME = $$join(LIBRARY_NAME,,,d)
6 LIBS += -lQtCommercialChart_debug
7 } else {
8 win32: {
9 LIBS += -lQtCommercialChartd
10 } else {
11 LIBS += -lQtCommercialChart
12 }
13 }
14
15 } else {
16 LIBS +=-lQtCommercialChart
17 }
7 }
8
9 LIBS += -l$$LIBRARY_NAME
General Comments 0
You need to be logged in to leave comments. Login now