Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[package] qt/5: qt5_add_resources cmake function is missing #4574

Closed
szigetics opened this issue Feb 15, 2021 · 0 comments · Fixed by #4577
Closed

[package] qt/5: qt5_add_resources cmake function is missing #4574

szigetics opened this issue Feb 15, 2021 · 0 comments · Fixed by #4577
Labels
bug Something isn't working

Comments

@szigetics
Copy link

  • Package Name/Version: qt/5.15.2
  • Operating System+version: MacOS 10.15.4
  • Compiler+version: apple-clang 12.0
  • Conan version: conan 1.33.0
  • Python version: Python 3.8.2

Conan profile (output of conan profile show default or conan profile show <profile> if custom profile is in use)

Configuration for profile default:

[settings]
os=Macos
os_build=Macos
arch=x86_64
arch_build=x86_64
compiler=apple-clang
compiler.version=12.0
compiler.libcxx=libc++
build_type=Release
[options]
[build_requires]
[env]

The qt5_add_resources cmake function is missing.
It was provided for previous, bincrafters qt conan packages :

% ag "qt5_add_resources"                
09841274f4b3be7684703450ead38d0e229b369a/lib/cmake/Qt5Core/Qt5CoreMacros.cmake
259:# qt5_add_resources(outfiles inputfile ... )
261:function(QT5_ADD_RESOURCES outfiles )

09841274f4b3be7684703450ead38d0e229b369a/lib/cmake/Qt5QuickCompiler/Qt5QuickCompilerConfig.cmake
84:    qt5_add_resources(output_resources ${filtered_rcc_files} OPTIONS ${options})
@szigetics szigetics added the bug Something isn't working label Feb 15, 2021
ericLemanissier added a commit to bincrafters/conan-center-index that referenced this issue Feb 15, 2021
conan-center-bot pushed a commit that referenced this issue Feb 19, 2021
* add qt cmake macros

fixes #4574

* compatibility with conan < 1.33

* setup self.cpp_info.builddirs

and remove unused cmake files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant