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       
)

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to