diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-03-18 21:29:06 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-03-18 21:29:06 +0000 |
commit | 911d4433f9db872b76672c846acd47178cd36a0f (patch) | |
tree | 9f6e3b346c05e18b8ea8ff02efa6865f13f04efd | |
parent | 831f6d88722b8cf1a4168ea1ab6d269c5cc3c1cf (diff) | |
download | extra-cmake-modules-911d4433f9db872b76672c846acd47178cd36a0f.tar.gz extra-cmake-modules-911d4433f9db872b76672c846acd47178cd36a0f.tar.bz2 |
fix documentation, QT_LIBRARIES doesn't exist
Alex
svn path=/trunk/KDE/kdelibs/; revision=787251
-rw-r--r-- | modules/FindQt4.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/FindQt4.cmake b/modules/FindQt4.cmake index 035863f4..00f1a135 100644 --- a/modules/FindQt4.cmake +++ b/modules/FindQt4.cmake @@ -29,9 +29,6 @@ # QT_USE_QTWEBKIT # QT_USE_QTXMLPATTERNS # -# All the libraries required are stored in a variable called QT_LIBRARIES. -# Add this variable to your TARGET_LINK_LIBRARIES. -# # 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 |