Add qt4/QtCore to help find Qt headers when cross-compiling.

This commit is contained in:
Clinton Stimpson 2011-07-22 13:38:36 -06:00
parent a8e0287d86
commit 0ae8a3405b
1 changed files with 1 additions and 1 deletions

View File

@ -620,7 +620,7 @@ IF (QT_QMAKE_EXECUTABLE AND QTVERSION)
SET(QT_QTCORE_INCLUDE_DIR NOTFOUND)
FIND_PATH(QT_QTCORE_INCLUDE_DIR QtCore
HINTS ${qt_headers} ${QT_LIBRARY_DIR}
PATH_SUFFIXES QtCore
PATH_SUFFIXES QtCore qt4/QtCore
)
# Set QT_HEADERS_DIR based on finding QtCore header