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