STYLE: fix documentation again: QT_LIBRARIES exists if you use Qt4 via UseQt4.cmake
Alex
This commit is contained in:
parent
ba7f0ab335
commit
ae16aa9679
|
@ -30,8 +30,10 @@
|
||||||
# QT_USE_QTXMLPATTERNS
|
# QT_USE_QTXMLPATTERNS
|
||||||
# QT_USE_PHONON
|
# QT_USE_PHONON
|
||||||
#
|
#
|
||||||
# Includes and definitions
|
# If you are using Qt4 via UseQt4.cmake instead of FIND_PACKAGE(Qt4), all the
|
||||||
# needed for compiling Qt code is already set up by including the QT_USE_FILE.
|
# libraries required are stored in the variable QT_LIBRARIES.
|
||||||
|
# Add this variable to your TARGET_LINK_LIBRARIES. Includes and definitions
|
||||||
|
# needed for compiling Qt code are then already set up by including the QT_USE_FILE.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in New Issue