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

removes qt5_use_module from cmake files #748

Merged
merged 1 commit into from
May 31, 2018
Merged

removes qt5_use_module from cmake files #748

merged 1 commit into from
May 31, 2018

Conversation

dcanelhas
Copy link
Contributor

the command has been deprecated in QT 5.11.
modules are referenced by Qt5::module_name and linked
using the regular target_link_libraries() command instead

closes #747

the command has been deprecated in QT 5.11.
modules are referenced by Qt5::module_name and linked
using the regular target_link_libraries() command instead

closes #747
@rjanvier rjanvier merged commit eb01cbc into CloudCompare:master May 31, 2018
@rjanvier
Copy link
Member

it's ok since we use cmake > 2.8.11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

deprecated use of qt5_use_modules
2 participants