Update the header list for the QtDBus module
qdbusintrospection_p.h was missing from the header list. And this module has the public headers in a separate variable. Change-Id: I9fd85a2930af71d081b7cabd04eb29d94c285382 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
This commit is contained in:
parent
14cae3a705
commit
b8625fd70e
@ -51,7 +51,9 @@ PUB_HEADERS = qdbusargument.h \
|
||||
qdbuspendingcall.h \
|
||||
qdbuspendingreply.h \
|
||||
qdbuscontext.h \
|
||||
qdbusvirtualobject.h
|
||||
qdbusvirtualobject.h \
|
||||
qdbusservicewatcher.h \
|
||||
qdbusunixfiledescriptor.h
|
||||
HEADERS += $$PUB_HEADERS \
|
||||
qdbusconnection_p.h \
|
||||
qdbusmessage_p.h \
|
||||
@ -66,8 +68,7 @@ HEADERS += $$PUB_HEADERS \
|
||||
qdbusintegrator_p.h \
|
||||
qdbuspendingcall_p.h \
|
||||
qdbus_symbols_p.h \
|
||||
qdbusservicewatcher.h \
|
||||
qdbusunixfiledescriptor.h
|
||||
qdbusintrospection_p.h
|
||||
SOURCES += qdbusconnection.cpp \
|
||||
qdbusconnectioninterface.cpp \
|
||||
qdbuserror.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user