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:09:58 +0000 (02:09 +0200)
commitffa96c33b5fc448f6b100422a7ffdc26729af719
tree3b1ebab4965c1fa834ef9068741fa606ba6240f6
parent6c13ee11de57d69b00d673532a3d51d1dc34cc15
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