summaryrefslogtreecommitdiffstats
path: root/Modules/FindQt4.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2009-11-10 18:57:21 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2009-11-10 18:57:21 (GMT)
commit35a209b0db90a4443de7c2871116738c6f930895 (patch)
treed03149d9e315c470aac354379c71f85c6b8d43c9 /Modules/FindQt4.cmake
parentc9c0ee4056aa651a63ee6c34abb06e60e987dbe3 (diff)
downloadCMake-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
Diffstat (limited to 'Modules/FindQt4.cmake')
-rw-r--r--Modules/FindQt4.cmake2
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