From 1e93decbeb97948138e79b443b839e9e5b9c965d 2012-02-15 09:08:43 From: Michal Klocek Date: 2012-02-15 09:08:43 Subject: [PATCH] fix integrated build issue --- diff --git a/integrated.pri b/integrated.pri index 6cbd370..8e154a1 100644 --- a/integrated.pri +++ b/integrated.pri @@ -3,10 +3,9 @@ integrated_build:{ INCLUDEPATH += $$CHART_BUILD_HEADER_DIR !win32: { - # What is the purpose of this? We are already adding our lib depending on the release type below. - # Plus this causes an error in vs2010 build: - # LINK : fatal error LNK1146: no argument specified with option '/LIBPATH:' LIBS += -L $$CHART_BUILD_LIB_DIR -Wl,-rpath,$$CHART_BUILD_LIB_DIR + }else{ + LIBS += -L $$CHART_BUILD_LIB_DIR } DESTDIR = $$CHART_BUILD_BIN_DIR