remove FIRST_CLASS_MESSAGING support from the client

- removes the FIRST_CLASS_MESSAGING support from the client, which was no
  default setting anyway
This commit is contained in:
Philip Kaufmann
2012-08-23 12:20:49 +02:00
parent c7df832d7a
commit 5fc3a0f707
3 changed files with 0 additions and 49 deletions

View File

@@ -65,12 +65,6 @@ contains(USE_DBUS, 1) {
QT += dbus
}
# use: qmake "FIRST_CLASS_MESSAGING=1"
contains(FIRST_CLASS_MESSAGING, 1) {
message(Building with first-class messaging)
DEFINES += FIRST_CLASS_MESSAGING
}
# use: qmake "USE_IPV6=1" ( enabled by default; default)
# or: qmake "USE_IPV6=0" (disabled by default)
# or: qmake "USE_IPV6=-" (not supported)