forked from qt-creator/qt-creator
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:
@@ -6,7 +6,6 @@ endif()
|
||||
|
||||
add_qtc_library(Tracing
|
||||
DEPENDS Utils Qt5::Qml Qt5::Quick
|
||||
PUBLIC_INCLUDES "${CMAKE_CURRENT_SOURCE_DIR}"
|
||||
SOURCES ${TEST_SOURCES}
|
||||
flamegraph.cpp flamegraph.h
|
||||
flamegraphattached.h
|
||||
|
||||
Reference in New Issue
Block a user