[CMake] Trouble using QT_WRAP_* in out-of-source builds
Filipe Sousa
filipe at ipb.pt
Fri Sep 2 11:39:59 EDT 2005
On Friday 02 September 2005 16:16, David Flitney wrote:
> My project uses Qt and I'm getting a problem with compilation of the
> uic generated .h sources. These are created in the build tree but the
> include paths aren't being set to reflect this so when, later in the
> build, the header gets included in a source file it doesn't get found.
>
> An in-source build works fine.
>
> OS: MacOSX Tiger
> CMake: version 2.3-20050831
QT_WRAP_UI(...)
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})
--
Filipe Sousa
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://public.kitware.com/pipermail/cmake/attachments/20050902/7fdafa18/attachment.pgp
More information about the CMake
mailing list