CMake build: Add "Devel" package

The "Devel" package will contain headers, libraries, documentation
needed by the 3rd parties to build Qt Creator plugins.

Fixes: QTCREATORBUG-22514
Change-Id: If54929f823982b921b98a63ff6085d53618a3a49
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Cristian Adam
2019-06-26 17:51:06 +02:00
parent 402ff933ad
commit 8ae9cfe39d
35 changed files with 826 additions and 651 deletions

View File

@@ -1,7 +1,7 @@
add_qtc_library(3rd_cplusplus OBJECT
PUBLIC_DEPENDS Qt5::Core Utils
DEFINES CPLUSPLUS_BUILD_LIB
INCLUDES "${CMAKE_SOURCE_DIR}/src/libs"
INCLUDES "${PROJECT_SOURCE_DIR}/src/libs"
SOURCES
AST.cpp AST.h
ASTClone.cpp