[CMake] FindQt4  and QTUITOOLS
    clinton at elemtech.com 
    clinton at elemtech.com
       
    Fri Oct 20 11:37:42 EDT 2006
    
    
  
> Hello all,
>  I don't know if it's my system or not, but my QT_INCLUDES, don't
> include the path to QtUITools when i use the FindQt4.cmake
> Is it a way to do that properly ?
>
> thanks
> Xavier
>
FIND_PACKAGE(Qt4)
SET(QT_USE_QTUITOOLS TRUE)
INCLUDE(${QT_USE_FILE})
And if CMake didn't find the UiTools include path properly, you can manually 
help it, or apply the patch found in this bug report.
http://www.cmake.org/Bug/bug.php?op=show&bugid=3766&pos=29
Clint
    
    
More information about the CMake
mailing list