mirror of
https://github.com/reactos/CMake.git
synced 2025-02-22 13:01:01 +00:00
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
This commit is contained in:
parent
c9c0ee4056
commit
35a209b0db
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user