commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 02/08: CMake: FindQwt: Find the Qt5 version


From: git
Subject: [Commit-gnuradio] [gnuradio] 02/08: CMake: FindQwt: Find the Qt5 version of QWT instead of the Qt4 version
Date: Sat, 28 Nov 2015 21:28:40 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch next-qt5
in repository gnuradio.

commit 1a56aad42e7911d5be08485ff3bfac9c2c53c5f8
Author: Paul Cercueil <address@hidden>
Date:   Tue Sep 29 13:30:59 2015 +0200

    CMake: FindQwt: Find the Qt5 version of QWT instead of the Qt4 version
    
    Signed-off-by: Paul Cercueil <address@hidden>
---
 cmake/Modules/FindQwt.cmake | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cmake/Modules/FindQwt.cmake b/cmake/Modules/FindQwt.cmake
index 3ce49aa..95ddd44 100644
--- a/cmake/Modules/FindQwt.cmake
+++ b/cmake/Modules/FindQwt.cmake
@@ -10,10 +10,10 @@ find_path(QWT_INCLUDE_DIRS
   HINTS
   ${CMAKE_INSTALL_PREFIX}/include/qwt
   PATHS
-  /usr/local/include/qwt-qt4
+  /usr/local/include/qwt-qt5
   /usr/local/include/qwt
   /usr/include/qwt6
-  /usr/include/qwt-qt4
+  /usr/include/qwt-qt5
   /usr/include/qwt
   /usr/include/qwt5
   /opt/local/include/qwt
@@ -22,7 +22,7 @@ find_path(QWT_INCLUDE_DIRS
 )
 
 find_library (QWT_LIBRARIES
-  NAMES qwt6 qwt6-qt4 qwt qwt-qt4
+  NAMES qwt6 qwt6-qt5 qwt qwt-qt5
   HINTS
   ${CMAKE_INSTALL_PREFIX}/lib
   ${CMAKE_INSTALL_PREFIX}/lib64



reply via email to

[Prev in Thread] Current Thread [Next in Thread]