##// 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
Michal Klocek
Add test to common build
r34 internal_build:{
Michal Klocek
Improved config handling...
r33 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
Michal Klocek
Add test to common build
r34 } else {
Michal Klocek
Improved config handling...
r33 LIBS += -lQtCommercialChart
Michal Klocek
Add test to common build
r34 }
}else{
CONFIG+=qtcommercialchart
Michal Klocek
Improved config handling...
r33 }