@@ -3,10 +3,9 integrated_build:{ | |||
|
3 | 3 | INCLUDEPATH += $$CHART_BUILD_HEADER_DIR |
|
4 | 4 | |
|
5 | 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 | 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 | 11 | DESTDIR = $$CHART_BUILD_BIN_DIR |
General Comments 0
You need to be logged in to leave comments.
Login now