From 24f770ba2431985c9c6471855b2757b42149e3e8 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 15 Jun 2016 15:42:10 +0200 Subject: Add qtdbusglobal.h and qtdbusglobal_p.h The new modular configuration system requires one global header per module, that is included by all other files in this module. QtDBus already had such a header, but its name (qdbusmacros.h) was not in line with what's being used in all other modules. So add a qtdbusglobal.h header, and turn qdbusmacros.h into a a forwarding header to that new global header file. Change-Id: Ib7eb2484c7b8b588eb89bf3290cb6c1c7c391fe2 Reviewed-by: Oswald Buddenhagen --- src/dbus/dbus.pro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/dbus/dbus.pro') diff --git a/src/dbus/dbus.pro b/src/dbus/dbus.pro index c50f0b6b9c..96a798ed66 100644 --- a/src/dbus/dbus.pro +++ b/src/dbus/dbus.pro @@ -27,9 +27,9 @@ DEFINES += QT_NO_FOREACH QMAKE_DOCS = $$PWD/doc/qtdbus.qdocconf -PUB_HEADERS = qdbusargument.h \ +PUB_HEADERS = qtdbusglobal.h \ + qdbusargument.h \ qdbusconnectioninterface.h \ - qdbusmacros.h \ qdbuserror.h \ qdbusextratypes.h \ qdbusmessage.h \ @@ -47,6 +47,7 @@ PUB_HEADERS = qdbusargument.h \ qdbusservicewatcher.h \ qdbusunixfiledescriptor.h HEADERS += $$PUB_HEADERS \ + qtdbusglobal_p.h \ qdbusconnection_p.h \ qdbusconnectionmanager_p.h \ qdbusmessage_p.h \ -- cgit v1.2.3