1CMAKE_AUTOUIC_SEARCH_PATHS
2--------------------------
3
4.. versionadded:: 3.9
5
6Search path list used by :variable:`CMAKE_AUTOUIC` to find included
7``.ui`` files.
8
9This variable is used to initialize the :prop_tgt:`AUTOUIC_SEARCH_PATHS`
10property on all the targets. See that target property for additional
11information.
12
13By default it is empty.
14