From: Manuel Nickschas Date: Sun, 14 Apr 2013 10:28:03 +0000 (+0200) Subject: Add old-style com.trolltech annotations back into dbus xml files X-Git-Tag: 0.10-beta1~146 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=cb6becc83bf076d77d155c4950bd996682daf591;hp=cb6becc83bf076d77d155c4950bd996682daf591 Add old-style com.trolltech annotations back into dbus xml files Looks like the move from com.trolltech to org.qtproject happened only recently, and with older Qt point releases Quassel will fail to build that way. By specifying both annotations, we hopefully silence the warnings in current Qt while keeping Quassel buildable against older Qt. ---