Blob Blame History Raw
--- CMakeModules/FindQwtplot3dQt4.orig.cmake	2015-06-17 07:55:18.000000000 +0200
+++ CMakeModules/FindQwtplot3dQt4.cmake	2015-06-23 18:16:42.954635914 +0200
@@ -10,7 +10,7 @@
 #  QWTPLOT3D_INCLUDE_DIR - the qwtplot3d include directory
 #  QWTPLOT3D_LIBRARY - Link these to use qwtplot3d
 
-find_path(QWTPLOT3D_INCLUDE_DIR qwt3d_plot.h
+find_path(QWTPLOT3D_INCLUDE_DIR qwt3d_plot.h
     PATHS $ENV{QWTPLOT3D_DIR}/include
           $ENV{QWTPLOT3D_DIR}
           ~/Library/Frameworks
@@ -20,18 +20,17 @@
           /opt/csw/include # Blastwave
           /opt/include
           /usr/freeware/include
-    PATH_SUFFIXES qwtplot3d qwtplot3d-qt4 
+    @@qtplot3d_includedir@@
+    PATH_SUFFIXES qwtplot3d-qt5 
     NO_DEFAULT_PATH)
 
 if (NOT QWTPLOT3D_INCLUDE_DIR)
     find_path(QWTPLOT3D_INCLUDE_DIR qwt3d_plot.h
-        PATH_SUFFIXES qwtplot3d qwtplot3d-qt4)
+        PATH_SUFFIXES qwtplot3d-qt5)
 endif (NOT QWTPLOT3D_INCLUDE_DIR)
 
 find_library(QWTPLOT3D_LIBRARY
-    NAMES qwtplot3d-static
-          qwtplot3d-qt4
-          qwtplot3d-qt5
+    NAMES qwtplot3d-qt5
           qwtplot3d
     PATHS $ENV{QWTPLOT3D_DIR}/lib
           $ENV{QWTPLOT3D_DIR}
@@ -44,6 +43,7 @@
           /opt/csw/lib   # Blastwave
           /opt/lib
           /usr/freeware/lib64
+          @@qtplot3d_libdir@@
     NO_DEFAULT_PATH)
 
 if (NOT QWTPLOT3D_LIBRARY)