summaryrefslogtreecommitdiffstats
path: root/features/qtcommercialchart.prf
blob: 87599367d2e79e2913abab12bd7c88db6c595489 (plain)
1
2
3
4
5
6
7
8
9
INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
LIBRARY_NAME = QtCommercialChart
ios:CONFIG(iphonesimulator, iphonesimulator|iphoneos):LIBRARY_NAME = $$join(LIBRARY_NAME,,,_iphonesimulator)
CONFIG(debug, debug|release) {
    mac: LIBRARY_NAME = $$join(LIBRARY_NAME,,,_debug)
    win32: LIBRARY_NAME = $$join(LIBRARY_NAME,,,d)
}

LIBS += -l$$LIBRARY_NAME