[Pkg-owncloud-commits] [qtkeychain] 44/63: Do not use QTDIR

Sandro Knauß hefee at debian.org
Sat Jun 10 14:39:31 UTC 2017


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

hefee pushed a commit to branch master
in repository qtkeychain.

commit dbb12ebd88a49be15f5b1353e8ce76447daaf762
Author: Giuseppe D'Angelo <giuseppe.dangelo at kdab.com>
Date:   Mon Nov 14 09:42:28 2016 +0100

    Do not use QTDIR
    
    QTDIR is a Qt 3 remnant. It's not supposed to be set in Qt 4 or 5.
---
 CMakeLists.txt | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a72419f..fe11321 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,12 +31,6 @@ if (WIN32)
 endif()
 
 if( NOT BUILD_WITH_QT4 )
-
-    #Make it possible to point out where the QT is installed
-    if ( QTDIR ) 
-	list ( APPEND CMAKE_PREFIX_PATH ${QTDIR} )
-    endif( QTDIR )
-
     # try Qt5 first, and prefer that if found
     find_package(Qt5Core QUIET)
 endif()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/qtkeychain.git



More information about the Pkg-owncloud-commits mailing list