##// END OF EJS Templates
Add test to common build
Add test to common build

File last commit:

r34:6c759135fcbb
r34:6c759135fcbb
Show More
internal.pri
13 lines | 381 B | text/plain | TextLexer
internal_build:{
message('Internal build within charts core source tree')
INCLUDEPATH += $$CHART_BUILD_HEADER_DIR
LIBS += -L $$CHART_BUILD_LIB_DIR -Wl,-rpath,$$CHART_BUILD_LIB_DIR
DESTDIR = $$CHART_BUILD_BIN
CONFIG(debug, debug|release) {
LIBS += -lQtCommercialChartd
} else {
LIBS += -lQtCommercialChart
}
}else{
CONFIG+=qtcommercialchart
}