Commit e248570
committed
fix: disable Qt versionless targets to silence IMPORTED_LOCATION codemodel errors
Conan ships the Qt host tools as a single RelWithDebInfo config, so the versionless Qt:: tool targets only carry a config-less IMPORTED_LOCATION. On non-Release builds the IDE CMake file-API codemodel then reports "IMPORTED_LOCATION not set ... configuration <cfg>" for each of them. The project already references Qt solely through the versioned Qt6:: targets, so suppress the versionless aliases entirely via QT_NO_CREATE_VERSIONLESS_TARGETS.1 parent b77659f commit e248570
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
0 commit comments