diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-01-04 22:30:05 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-01-04 22:30:05 +0000 |
commit | 620570becef139a0f409481d13698fa448d0e2b6 (patch) | |
tree | 519c81395f6ddb47e69b7f642522f76520bdcdce | |
parent | 6fbe008a8ebbe64b8cd9008c1e94e0610a220576 (diff) | |
download | extra-cmake-modules-620570becef139a0f409481d13698fa448d0e2b6.tar.gz extra-cmake-modules-620570becef139a0f409481d13698fa448d0e2b6.tar.bz2 |
-add QT_USE_QTDBUS
we're now almost sync'ed with cmake cvs again, it's just the release/debug lib stuff, the framework stuff, and the extra conf checks done in cmake cvs
Alex
svn path=/trunk/KDE/kdelibs/; revision=619966
-rw-r--r-- | modules/FindQt4.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/FindQt4.cmake b/modules/FindQt4.cmake index b09c3625..8f3be9c8 100644 --- a/modules/FindQt4.cmake +++ b/modules/FindQt4.cmake @@ -22,6 +22,7 @@ # QT_USE_QTSVG # QT_USE_QTTEST # QT_USE_QTUITOOLS +# QT_USE_QTDBUS # # All the libraries required are stored in a variable called QT_LIBRARIES. # Add this variable to your TARGET_LINK_LIBRARIES. @@ -655,7 +656,7 @@ IF (QT4_QMAKE_FOUND) SET(QT_${basename}_LIBRARY ${QT_${basename}_LIBRARY_DEBUG}) ENDIF (NOT QT_${basename}_LIBRARY AND QT_${basename}_LIBRARY_DEBUG) - # Hmm, is this used anywhere? + # Hmm, is this used anywhere ? Yes, in UseQt4.cmake. We are currently incompatible :-( SET(QT_${basename}_LIBRARIES optimized ${QT_${basename}_LIBRARY} debug ${QT_${basename}_LIBRARY_DEBUG}) ENDIF(MSVC) |