Build qdoc in qt5-tools. This is needed to make Qt5 examples appear in Qt Creator.
Details
- Reviewers
Girtablulu - Group Reviewers
Triage Team - Commits
- R2750:db107400f7af: Build qdoc in qt5-tools
Built qt5-base using this package. qt5-base-docs and qt5-base-demos then allow qtcreator to show examples.
Diff Detail
- Repository
- R2750 qt5-tools
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| package.yml | ||
|---|---|---|
| 21 | if you use the flag clang : yes should work as well | |
| package.yml | ||
|---|---|---|
| 21 | It's different. By including llvm-clang-devel we use GCC to build the package while allowing qdoc to use clang's parsing functions for its jobs. If we set clang: yes, we're both allowing qdoc to use clang (because we're still including llvm-clang-devel) AND we're building the whole package with clang. So if you're OK with building qt5-tools with clang, all great, otherwise including llvm-clang-devel is the right choice. | |
| package.yml | ||
|---|---|---|
| 21 | Another solution would be taking out libclang from llvm-clang and putting it into its own package, but that's something Core should decide. | |
| package.yml | ||
|---|---|---|
| 21 | no, we will do it your way. lets stay with all qt5 packages using gcc | |