diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-11-10 18:57:21 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-11-10 18:57:21 (GMT) |
commit | 35a209b0db90a4443de7c2871116738c6f930895 (patch) | |
tree | d03149d9e315c470aac354379c71f85c6b8d43c9 | |
parent | c9c0ee4056aa651a63ee6c34abb06e60e987dbe3 (diff) | |
download | CMake-35a209b0db90a4443de7c2871116738c6f930895.zip CMake-35a209b0db90a4443de7c2871116738c6f930895.tar.gz CMake-35a209b0db90a4443de7c2871116738c6f930895.tar.bz2 |
Search for the header QtAssistant for QT_QTASSISTANT_INCLUDE_DIR instead of QtAssistantClient
This should not change the result (since both should be in the same
directory), but seems a bit more logical and is also in sync with what is done in the KDE version.
Alex
-rw-r--r-- | Modules/FindQt4.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindQt4.cmake b/Modules/FindQt4.cmake index 93d2d11..411e390 100644 --- a/Modules/FindQt4.cmake +++ b/Modules/FindQt4.cmake @@ -643,7 +643,7 @@ IF (QT4_QMAKE_FOUND) ) # Set QT_QTASSISTANT_INCLUDE_DIR - FIND_PATH(QT_QTASSISTANT_INCLUDE_DIR QAssistantClient + FIND_PATH(QT_QTASSISTANT_INCLUDE_DIR QtAssistant PATHS ${QT_HEADERS_DIR}/QtAssistant ${QT_LIBRARY_DIR}/QtAssistant.framework/Headers |