forked from qt-creator/qt-creator
CMake build: export less generic public includes
Do not put every plugin's and lib's source folder into public includes. We require includes of the style <somelib/foo.h> and <someplugin/bar.h> if someone depends on somelib or someplugin. Change-Id: I3a9f200b7c3879cf431b00a1bab4a70f7aa0a9ec Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -4,7 +4,9 @@ add_qtc_library(Sqlite
|
||||
SQLITE_ENABLE_UNLOCK_NOTIFY SQLITE_ENABLE_COLUMN_METADATA
|
||||
BUILD_SQLITE_LIBRARY
|
||||
DEPENDS Qt5::Core Threads::Threads ${CMAKE_DL_LIBS}
|
||||
PUBLIC_INCLUDES ../3rdparty/sqlite
|
||||
INCLUDES ../3rdparty/sqlite
|
||||
PUBLIC_INCLUDES
|
||||
"${CMAKE_CURRENT_LIST_DIR}"
|
||||
SOURCES
|
||||
../3rdparty/sqlite/sqlite3.c
|
||||
createtablesqlstatementbuilder.cpp createtablesqlstatementbuilder.h
|
||||
|
||||
Reference in New Issue
Block a user