diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2008-08-26 20:04:36 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2008-08-26 20:04:36 (GMT) |
commit | 59905943312781f8edf779cb2e43a1d6280bc89e (patch) | |
tree | 5bdcd0284d1252184bbdd238f25867a9cd93ff9f /Modules | |
parent | 9cd09b59c6e8d61617a36af6212658fd9f5710dc (diff) | |
download | CMake-59905943312781f8edf779cb2e43a1d6280bc89e.zip CMake-59905943312781f8edf779cb2e43a1d6280bc89e.tar.gz CMake-59905943312781f8edf779cb2e43a1d6280bc89e.tar.bz2 |
ENH: Add comments about pre-processor defines and moc.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindQt4.cmake | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Modules/FindQt4.cmake b/Modules/FindQt4.cmake index 35fa01f..542bb0b 100644 --- a/Modules/FindQt4.cmake +++ b/Modules/FindQt4.cmake @@ -48,8 +48,9 @@ # # macro QT4_WRAP_CPP(outfiles inputfile ... OPTIONS ...) # create moc code from a list of files containing Qt class with -# the Q_OBJECT declaration. Options may be given to moc, such as those found -# when executing "moc -help" +# the Q_OBJECT declaration. Per-direcotry preprocessor definitions +# are also added. Options may be given to moc, such as those found +# when executing "moc -help". # # macro QT4_WRAP_UI(outfiles inputfile ... OPTIONS ...) # create code from a list of Qt designer ui files. |