Explicitly provide MOC_DEFINES, use HAVE_SSL instead of QT_NO_OPENSSL. Should fix...
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 2 Sep 2008 00:09:58 +0000 (02:09 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 2 Sep 2008 00:14:11 +0000 (02:14 +0200)
commit8f50c6cce47eaae781de54eabb0dbff3cfc8b451
tree2be7e3344a24c4e47d0dbf41d87aad84da93a9ce
parente128a8ef50a0a3fce1d75d7d06121b2ea6c74d6a
Explicitly provide MOC_DEFINES, use HAVE_SSL instead of QT_NO_OPENSSL. Should fix MacOSX compilation issues

This removes the automated DEFINITIONS recognition for MOC (which was not cross-platform apparently);
instead, we now explicitly set MOC_DEFINES for things where it matters, such as -DHAVE_DBUS and -DHAVE_SSL.
CMakeLists.txt
cmake/modules/FindQt4.cmake
src/client/clientsyncer.cpp
src/client/clientsyncer.h
src/core/core.cpp
src/core/core.h
src/core/networkconnection.cpp
src/core/networkconnection.h
src/core/sslserver.cpp
src/core/sslserver.h
src/qtui/coreconnectdlg.cpp