[Development] Qt5 Cmake Scripts: wrong include path or Unnecessary?
Loaden
loaden at gmail.com
Sat Sep 15 07:12:22 CEST 2012
See Qt5CoreConfigExtras.cmake
> LN34: list(APPEND Qt5Core_INCLUDE_DIRS
> "${_qt5_corelib_install_prefix}/mkspecs/default")
>
I thought it should be:
list(APPEND Qt5Core_INCLUDE_DIRS
"${_qt5_corelib_install_prefix}/mkspecs/win32-msvc2010")
Or, just remove it.
I don't know why we need this path for includes search?
--
Best Regards
Yuchen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120915/b6a7d1c9/attachment.html>
More information about the Development
mailing list