##// END OF EJS Templates
fix integrated build issue
Michal Klocek -
r177:1e93decbeb97
parent child
Show More
@@ -3,10 +3,9 integrated_build:{
3 INCLUDEPATH += $$CHART_BUILD_HEADER_DIR
3 INCLUDEPATH += $$CHART_BUILD_HEADER_DIR
4
4
5 !win32: {
5 !win32: {
6 # What is the purpose of this? We are already adding our lib depending on the release type below.
7 # Plus this causes an error in vs2010 build:
8 # LINK : fatal error LNK1146: no argument specified with option '/LIBPATH:'
9 LIBS += -L $$CHART_BUILD_LIB_DIR -Wl,-rpath,$$CHART_BUILD_LIB_DIR
6 LIBS += -L $$CHART_BUILD_LIB_DIR -Wl,-rpath,$$CHART_BUILD_LIB_DIR
7 }else{
8 LIBS += -L $$CHART_BUILD_LIB_DIR
10 }
9 }
11
10
12 DESTDIR = $$CHART_BUILD_BIN_DIR
11 DESTDIR = $$CHART_BUILD_BIN_DIR
General Comments 0
You need to be logged in to leave comments. Login now