summaryrefslogtreecommitdiff
path: root/cmake/Modules/FindQwt.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Modules/FindQwt.cmake')
-rw-r--r--cmake/Modules/FindQwt.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/Modules/FindQwt.cmake b/cmake/Modules/FindQwt.cmake
index f2cf3440d..db5ca6d27 100644
--- a/cmake/Modules/FindQwt.cmake
+++ b/cmake/Modules/FindQwt.cmake
@@ -11,6 +11,7 @@ find_path (QWT_INCLUDE_DIRS
/usr/include/qwt-qt4
/usr/include/qwt
/opt/local/include/qwt
+ /opt/local/lib/qwt.framework/Headers
/sw/include/qwt
)
@@ -20,6 +21,7 @@ find_library (QWT_LIBRARIES
/usr/local/lib
/usr/lib
/opt/local/lib
+ /opt/local/lib/qwt.framework
/sw/lib
)