2015-06-01 18:51:55 +02:00
|
|
|
contains(CONFIG, dll) {
|
2015-06-16 11:56:00 +02:00
|
|
|
DEFINES += CLANGBACKENDIPC_BUILD_LIB
|
2015-06-01 18:51:55 +02:00
|
|
|
} else {
|
2015-06-16 11:56:00 +02:00
|
|
|
DEFINES += CLANGBACKENDIPC_BUILD_STATIC_LIB
|
2015-06-01 18:51:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QT += network
|
|
|
|
|
|
2015-06-16 11:56:00 +02:00
|
|
|
DEFINES += CLANGBACKENDIPC_LIBRARY
|
2015-06-01 18:51:55 +02:00
|
|
|
|
|
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
|
|
|
|
|
|
SOURCES += $$PWD/ipcserverinterface.cpp \
|
|
|
|
|
$$PWD/ipcserverproxy.cpp \
|
|
|
|
|
$$PWD/ipcclientinterface.cpp \
|
2015-08-19 12:36:43 +02:00
|
|
|
$$PWD/cmbendmessage.cpp \
|
|
|
|
|
$$PWD/cmbalivemessage.cpp \
|
2015-06-01 18:51:55 +02:00
|
|
|
$$PWD/ipcclientproxy.cpp \
|
2015-08-19 12:36:43 +02:00
|
|
|
$$PWD/cmbmessages.cpp \
|
|
|
|
|
$$PWD/writemessageblock.cpp \
|
|
|
|
|
$$PWD/readmessageblock.cpp \
|
2015-06-01 18:51:55 +02:00
|
|
|
$$PWD/ipcinterface.cpp \
|
|
|
|
|
$$PWD/connectionserver.cpp \
|
|
|
|
|
$$PWD/connectionclient.cpp \
|
2015-08-19 12:36:43 +02:00
|
|
|
$$PWD/cmbechomessage.cpp \
|
2015-06-01 18:51:55 +02:00
|
|
|
$$PWD/ipcclientdispatcher.cpp \
|
2015-08-31 14:36:58 +02:00
|
|
|
$$PWD/cmbregistertranslationunitsforeditormessage.cpp \
|
2015-06-01 18:51:55 +02:00
|
|
|
$$PWD/filecontainer.cpp \
|
2015-08-31 14:36:58 +02:00
|
|
|
$$PWD/cmbunregistertranslationunitsforeditormessage.cpp \
|
2015-08-19 12:36:43 +02:00
|
|
|
$$PWD/cmbcompletecodemessage.cpp \
|
|
|
|
|
$$PWD/cmbcodecompletedmessage.cpp \
|
2015-06-01 18:51:55 +02:00
|
|
|
$$PWD/codecompletion.cpp \
|
2015-08-31 14:36:58 +02:00
|
|
|
$$PWD/cmbregisterprojectsforeditormessage.cpp \
|
|
|
|
|
$$PWD/cmbunregisterprojectsforeditormessage.cpp \
|
2015-08-19 12:36:43 +02:00
|
|
|
$$PWD/translationunitdoesnotexistmessage.cpp \
|
2015-06-01 18:51:55 +02:00
|
|
|
$$PWD/codecompletionchunk.cpp \
|
|
|
|
|
$$PWD/projectpartcontainer.cpp \
|
2015-08-19 12:36:43 +02:00
|
|
|
$$PWD/projectpartsdonotexistmessage.cpp \
|
2015-07-14 14:54:01 +02:00
|
|
|
$$PWD/lineprefixer.cpp \
|
2015-08-31 16:28:26 +02:00
|
|
|
$$PWD/clangbackendipcdebugutils.cpp \
|
|
|
|
|
$$PWD/diagnosticschangedmessage.cpp \
|
|
|
|
|
$$PWD/diagnosticcontainer.cpp \
|
|
|
|
|
$$PWD/sourcerangecontainer.cpp \
|
|
|
|
|
$$PWD/sourcelocationcontainer.cpp \
|
|
|
|
|
$$PWD/fixitcontainer.cpp \
|
|
|
|
|
$$PWD/requestdiagnosticsmessage.cpp
|
2015-06-01 18:51:55 +02:00
|
|
|
|
2015-06-16 11:56:00 +02:00
|
|
|
HEADERS += \
|
2015-06-01 18:51:55 +02:00
|
|
|
$$PWD/ipcserverinterface.h \
|
|
|
|
|
$$PWD/ipcserverproxy.h \
|
|
|
|
|
$$PWD/ipcclientinterface.h \
|
2015-08-19 12:36:43 +02:00
|
|
|
$$PWD/cmbendmessage.h \
|
|
|
|
|
$$PWD/cmbalivemessage.h \
|
2015-06-01 18:51:55 +02:00
|
|
|
$$PWD/ipcclientproxy.h \
|
2015-08-19 12:36:43 +02:00
|
|
|
$$PWD/cmbmessages.h \
|
|
|
|
|
$$PWD/writemessageblock.h \
|
|
|
|
|
$$PWD/readmessageblock.h \
|
2015-06-01 18:51:55 +02:00
|
|
|
$$PWD/ipcinterface.h \
|
|
|
|
|
$$PWD/connectionserver.h \
|
|
|
|
|
$$PWD/connectionclient.h \
|
2015-08-19 12:36:43 +02:00
|
|
|
$$PWD/cmbechomessage.h \
|
2015-06-01 18:51:55 +02:00
|
|
|
$$PWD/ipcclientdispatcher.h \
|
2015-08-31 14:36:58 +02:00
|
|
|
$$PWD/cmbregistertranslationunitsforeditormessage.h \
|
2015-06-01 18:51:55 +02:00
|
|
|
$$PWD/filecontainer.h \
|
2015-08-31 14:36:58 +02:00
|
|
|
$$PWD/cmbunregistertranslationunitsforeditormessage.h \
|
2015-08-19 12:36:43 +02:00
|
|
|
$$PWD/cmbcompletecodemessage.h \
|
|
|
|
|
$$PWD/cmbcodecompletedmessage.h \
|
2015-06-01 18:51:55 +02:00
|
|
|
$$PWD/codecompletion.h \
|
2015-08-31 14:36:58 +02:00
|
|
|
$$PWD/cmbregisterprojectsforeditormessage.h \
|
|
|
|
|
$$PWD/cmbunregisterprojectsforeditormessage.h \
|
2015-08-19 12:36:43 +02:00
|
|
|
$$PWD/translationunitdoesnotexistmessage.h \
|
2015-06-01 18:51:55 +02:00
|
|
|
$$PWD/codecompletionchunk.h \
|
|
|
|
|
$$PWD/projectpartcontainer.h \
|
2015-08-19 12:36:43 +02:00
|
|
|
$$PWD/projectpartsdonotexistmessage.h \
|
2015-06-16 11:56:00 +02:00
|
|
|
$$PWD/container_common.h \
|
2015-06-18 18:08:48 +02:00
|
|
|
$$PWD/clangbackendipc_global.h \
|
2015-07-14 14:54:01 +02:00
|
|
|
$$PWD/lineprefixer.h \
|
2015-08-31 16:28:26 +02:00
|
|
|
$$PWD/clangbackendipcdebugutils.h \
|
|
|
|
|
$$PWD/diagnosticschangedmessage.h \
|
|
|
|
|
$$PWD/diagnosticcontainer.h \
|
|
|
|
|
$$PWD/sourcerangecontainer.h \
|
|
|
|
|
$$PWD/sourcelocationcontainer.h \
|
|
|
|
|
$$PWD/fixitcontainer.h \
|
|
|
|
|
$$PWD/requestdiagnosticsmessage.h
|
2015-06-01 18:51:55 +02:00
|
|
|
|
|
|
|
|
contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
|