forked from qt-creator/qt-creator
Unchecking the recently added "Show Source and Header Groups" option removes the Sources and Headers virtual folders from the Projects tree. This patch additionally merges descendants of these folders with identical priorities, display names and file paths. For example, if a project contains a folder including both source and header files, both the Sources and Headers virtual folders will have child nodes representing that folder. Previously, unchecking "Show Source and Header Groups" kept both these identically named nodes in the Projects tree (one containing sources, the other headers). With this patch, these nodes are merged into a single node containing both sources and headers. Change-Id: I4786eee4a528ea141a7fe117e14a050f68411890 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
5 lines
129 B
CMake
5 lines
129 B
CMake
add_qtc_test(tst_utils_indexedcontainerproxyconstiterator
|
|
DEPENDS Utils
|
|
SOURCES tst_indexedcontainerproxyconstiterator.cpp
|
|
)
|