Add a comment about automoc (but don't use it as this would

force everyone to use a rather recent cmake).

svn path=/trunk/; revision=40815
This commit is contained in:
Jörg Mayer 2012-02-02 21:33:37 +00:00
parent 33b8433336
commit d987442264
1 changed files with 5 additions and 0 deletions

View File

@ -97,7 +97,12 @@ include_directories(
QT4_WRAP_UI(QTSHARK_UI_SRC ${QTSHARK_UI})
# For now, do the moc stuff manually
QT4_WRAP_CPP(QTSHARK_MOC_SRC ${QTSHARK_H_SRC})
# Starting with cmake 2.8.6, we may also use
# set(CMAKE_AUTOMOC TRUE)
# or
# set_target_properties(${some-source-files} PROPERTIES AUTOMOC TRUE)
set(CLEAN_FILES
# It's too early to care about clean files