[CMake] Transfer Kdevelop-managed project to cmake with .ui files and generated ui_*.h

Mike Jackson imikejackson at gmail.com
Tue Sep 11 09:41:42 EDT 2007


Pretty sure that is correct. There are a few wikis around that also  
have more elaborate CMake files using Qt4 ... Google a bit, they are  
easy to find.


-- 
Mike Jackson   Senior Research Engineer
Innovative Management & Technology Services


On Sep 11, 2007, at 8:50 AM, junior0007 wrote:

> @Mike: Just to clarify the comments in the CMakeLists.txt:
> # Set Non-Qt sources here
> SET (HEADERTOOL_SRCS
>  # all cpp-files that don't include any QtClasse or have any Qt-Makros
> )
> SET (HEADERTOOL_HEADERS
>  # all h-files that don't include any QtClasse or have any Qt-Makros
> )
> SET (HEADERTOOL_QT_SRCS
>  # all cpp.files with Qt-Makros or -classes.
> )
> SET( HEADERTOOL_QT_MOC_HDRS
>  # all h. files with Qt-Markos or classes	
> )



More information about the CMake mailing list