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

Fix KDEInstallDirs deprecation warnings #6922

Merged
merged 3 commits into from
Dec 8, 2018
Merged

Conversation

dschmidt
Copy link
Member

@dschmidt dschmidt commented Dec 7, 2018

This bugged me for quite some time :-D

@dschmidt dschmidt changed the title Fix KDEInstallDirs deprecation warnings WIP: Fix KDEInstallDirs deprecation warnings Dec 7, 2018
@dschmidt
Copy link
Member Author

dschmidt commented Dec 7, 2018

Checking if this broke kcodeaddons_add_plugin...

@dschmidt
Copy link
Member Author

dschmidt commented Dec 7, 2018

Oh god why, yeah, it did.

https://github.com/KDE/kcoreaddons/blob/master/KF5CoreAddonsMacros.cmake#L135
is using PLUGIN_INSTALL_DIR which is deprecated. Afaict it should use KDE_INSTALL_PLUGINDIR according to https://api.kde.org/ecm/kde-module/KDEInstallDirs.html.

@dschmidt dschmidt changed the title WIP: Fix KDEInstallDirs deprecation warnings Fix KDEInstallDirs deprecation warnings Dec 7, 2018
Copy link
Contributor

@ogoffart ogoffart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yay \o/

@dschmidt dschmidt merged commit ed8cc2f into master Dec 8, 2018
@delete-merged-branch delete-merged-branch bot deleted the fix-kde-cmake-warnings branch December 8, 2018 08:43
@dschmidt
Copy link
Member Author

dschmidt commented Dec 9, 2018

Hehe, fixed after I filed a bug report: https://cgit.kde.org/kcoreaddons.git/commit/?id=1285c4bf5552405a3932eb631029de39ec91031d

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.

None yet

2 participants