diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-03-18 21:54:40 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-03-18 21:54:40 (GMT) |
commit | ae16aa96799ac4f70cf5116c67330a144e4eb0f2 (patch) | |
tree | 716f952138af20ed892bdf1d518d0a22ca5cb20f /Modules/FindQt4.cmake | |
parent | ba7f0ab335de572b9dafe9a7ba03f371db294128 (diff) | |
download | CMake-ae16aa96799ac4f70cf5116c67330a144e4eb0f2.zip CMake-ae16aa96799ac4f70cf5116c67330a144e4eb0f2.tar.gz CMake-ae16aa96799ac4f70cf5116c67330a144e4eb0f2.tar.bz2 |
STYLE: fix documentation again: QT_LIBRARIES exists if you use Qt4 via UseQt4.cmake
Alex
Diffstat (limited to 'Modules/FindQt4.cmake')
-rw-r--r-- | Modules/FindQt4.cmake | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Modules/FindQt4.cmake b/Modules/FindQt4.cmake index c591a16..327889d 100644 --- a/Modules/FindQt4.cmake +++ b/Modules/FindQt4.cmake @@ -30,8 +30,10 @@ # QT_USE_QTXMLPATTERNS # QT_USE_PHONON # -# Includes and definitions -# needed for compiling Qt code is already set up by including the QT_USE_FILE. +# If you are using Qt4 via UseQt4.cmake instead of FIND_PACKAGE(Qt4), all the +# 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 ...) # create moc code from a list of files containing Qt class with |