# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2016-06-18 11:48:06 # Node ID cfaf32d3e490028f87f1f419edc070c155f87e1d # Parent fc09b3eb96c79349038507f3121426d79753df38 windows compatible patch for qwt install directory diff --git a/cmake/modules/BuildQwt.cmake b/cmake/modules/BuildQwt.cmake --- a/cmake/modules/BuildQwt.cmake +++ b/cmake/modules/BuildQwt.cmake @@ -25,7 +25,7 @@ ExternalProject_Add(QWT # disable QwtDesigner plugin and enable static build PATCH_COMMAND sed -i -r -e "s/QWT_CONFIG\\s*\\+=\\s*QwtDesigner/#&/" -e "s/QWT_CONFIG\\s*\\+=\\s*QwtDll/#&/" - -e "s:/usr/local/.*::" + -e "s|QWT_INSTALL_PREFIX\\s*=.*|QWT_INSTALL_PREFIX = |" /qwtconfig.pri CONFIGURE_COMMAND qmake /qwt.pro )