forked from qt-creator/qt-creator
CMake build: Fix issues with exported targets
Remove unneeded and wrong include paths which ended up as invalid include paths in the exported QtCreatorTargets.cmake. Add missing sqlite header. Change-Id: Icce60037160ff06b032a03df47e6834422f86f57 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -6,7 +6,6 @@ add_qtc_library(CPlusPlus
|
||||
DEPENDS Utils Qt5::Concurrent
|
||||
DEFINES CPLUSPLUS_BUILD_LIB
|
||||
PUBLIC_DEPENDS 3rd_cplusplus Qt5::Gui
|
||||
PUBLIC_INCLUDES src/libs/3rdparty
|
||||
SOURCES
|
||||
ASTParent.cpp ASTParent.h
|
||||
ASTPath.cpp ASTPath.h
|
||||
|
||||
Reference in New Issue
Block a user