Remove separation of headers into two lists
This doesn't add any value and just complicates things. Change-Id: I3a011174e330f212eda99371d2806517ceec45d7 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>bb10
parent
13d86d692f
commit
eb4d39ada0
|
|
@ -20,7 +20,7 @@ DEFINES += QT_NO_FOREACH
|
|||
|
||||
QMAKE_DOCS = $$PWD/doc/qtdbus.qdocconf
|
||||
|
||||
PUB_HEADERS = qtdbusglobal.h \
|
||||
HEADERS += qtdbusglobal.h \
|
||||
qdbusargument.h \
|
||||
qdbusconnectioninterface.h \
|
||||
qdbuserror.h \
|
||||
|
|
@ -38,8 +38,7 @@ PUB_HEADERS = qtdbusglobal.h \
|
|||
qdbuscontext.h \
|
||||
qdbusvirtualobject.h \
|
||||
qdbusservicewatcher.h \
|
||||
qdbusunixfiledescriptor.h
|
||||
HEADERS += $$PUB_HEADERS \
|
||||
qdbusunixfiledescriptor.h \
|
||||
qtdbusglobal_p.h \
|
||||
qdbusconnection_p.h \
|
||||
qdbusconnectionmanager_p.h \
|
||||
|
|
|
|||
Loading…
Reference in New Issue