forked from qt-creator/qt-creator
Clang: Introduce headers for client/server messages
This reduces the overhead when a new message needs to be added. Change-Id: I5bb2833af2f06f2a8e101cfb03f75ffc2927bf68 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -155,6 +155,8 @@ HEADERS += \
|
||||
$$PWD/pchmanagerclientproxy.h \
|
||||
$$PWD/projectpartpch.h \
|
||||
$$PWD/precompiledheadersupdatedmessage.h \
|
||||
$$PWD/removepchprojectpartsmessage.h
|
||||
$$PWD/removepchprojectpartsmessage.h \
|
||||
$$PWD/clangcodemodelclientmessages.h \
|
||||
$$PWD/clangcodemodelservermessages.h \
|
||||
|
||||
contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
|
||||
|
||||
Reference in New Issue
Block a user