ENH: Add comments about pre-processor defines and moc.
This commit is contained in:
parent
9cd09b59c6
commit
5990594331
|
@ -48,8 +48,9 @@
|
||||||
#
|
#
|
||||||
# macro QT4_WRAP_CPP(outfiles inputfile ... OPTIONS ...)
|
# macro QT4_WRAP_CPP(outfiles inputfile ... OPTIONS ...)
|
||||||
# create moc code from a list of files containing Qt class with
|
# 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
|
# the Q_OBJECT declaration. Per-direcotry preprocessor definitions
|
||||||
# when executing "moc -help"
|
# are also added. Options may be given to moc, such as those found
|
||||||
|
# when executing "moc -help".
|
||||||
#
|
#
|
||||||
# macro QT4_WRAP_UI(outfiles inputfile ... OPTIONS ...)
|
# macro QT4_WRAP_UI(outfiles inputfile ... OPTIONS ...)
|
||||||
# create code from a list of Qt designer ui files.
|
# create code from a list of Qt designer ui files.
|
||||||
|
|
Loading…
Reference in New Issue