Commit fa31210
committed
COMP: Clarify Qt Designer plugin handling for Qt5 and newer Qt
Qt5’s `Qt5Designer_DEFINITIONS` and related variables may contain generator
expressions that are not compatible with direct `add_definitions()` usage.
This change documents why we continue using `add_definitions()` and
`include_directories()` for Qt5, and relies on target usage requirements
for newer Qt versions instead of failing with a fatal error.1 parent e6e51a3 commit fa31210
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
177 | 183 | | |
178 | 184 | | |
179 | 185 | | |
180 | | - | |
| 186 | + | |
181 | 187 | | |
182 | 188 | | |
183 | 189 | | |
| |||
0 commit comments