commit d94a1a019f31df22db3338ce0b33f11709c74c1c Author: Trever Fischer Date: Sat May 28 09:53:41 2011 -0400 Fix include paths to allow for includes of type diff --git a/QZeitgeistConfig.cmake.in b/QZeitgeistConfig.cmake.in index 99040d3..d8cfbb3 100644 --- a/QZeitgeistConfig.cmake.in +++ b/QZeitgeistConfig.cmake.in @@ -1,4 +1,4 @@ include(@CMAKE_INSTALL_PREFIX@/share/qzeitgeist/cmake/QZeitgeistExport.cmake) set(QZEITGEIST_LIBRARY QZEITGEIST_qzeitgeist) -set(QZEITGEIST_INCLUDE_DIR @CMAKE_INSTALL_PREFIX@/include/QtZeitgeist) +set(QZEITGEIST_INCLUDE_DIR @CMAKE_INSTALL_PREFIX@/include/QtZeitgeist @CMAKE_INSTALL_PREFIX@/include/) set(QZEITGEIST_FOUND TRUE)