diff options
-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 96db6164..533e1ed1 100644 --- a/modules/FindQt4.cmake +++ b/modules/FindQt4.cmake @@ -206,10 +206,10 @@ if(QT4_QMAKE_FOUND) FIND_PATH( QT_QTCORE_INCLUDE_DIR QtGlobal "[HKEY_CURRENT_USER\\Software\\Trolltech\\Qt3Versions\\4.0.0;InstallDir]/include/QtCore" - ${QT_PATH_INCLUDE} ${QT_HEADERS_DIR}/QtCore ${QT_LIBRARY_DIR}/QtCore.framework/Headers $ENV{QTDIR}/include/QtCore + ${QT_PATH_INCLUDE} /usr/local/qt/include/QtCore /usr/local/include/QtCore /usr/lib/qt/include/QtCore |