diff options
author | Alexander Neundorf <neundorf@kde.org> | 2006-02-01 21:46:42 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2006-02-01 21:46:42 +0000 |
commit | 7a62a4b0e422e55a80f8b30cdd4f37da86579708 (patch) | |
tree | 59a9c5555240c14de276dc83d46f468b1a9dc63d | |
parent | 3246c794391f5b73886d6487ec8457ca2b6c15f1 (diff) | |
download | extra-cmake-modules-7a62a4b0e422e55a80f8b30cdd4f37da86579708.tar.gz extra-cmake-modules-7a62a4b0e422e55a80f8b30cdd4f37da86579708.tar.bz2 |
hmm, include/Qt/ seems to be different an every platform
Alex
svn path=/trunk/KDE/kdelibs/; revision=504701
-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 80b6d114..82a9b38c 100644 --- a/modules/FindQt4.cmake +++ b/modules/FindQt4.cmake @@ -254,7 +254,7 @@ IF(QT4_QMAKE_FOUND) ) # Set QT_QT_INCLUDE_DIR - FIND_PATH( QT_QT_INCLUDE_DIR QtGlobal + FIND_PATH( QT_QT_INCLUDE_DIR qglobal.h ${QT_INCLUDE_DIR}/Qt ${QT_LIBRARY_DIR}/QtCore.framework/Headers ) |