D24600: Use ECMGenerateExportHeader to manage deprecated API better
Friedrich W. H. Kossebau
noreply at phabricator.kde.org
Sat Oct 12 21:59:16 BST 2019
kossebau created this revision.
kossebau added reviewers: Frameworks, dfaure.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
kossebau requested review of this revision.
REVISION SUMMARY
Allows
- projects linking to KItemModels to hide deprecated API up to a given version or silence deprecation warnings after a given version, using
- -DKITEMMODELS_DISABLE_DEPRECATED_BEFORE_AND_AT
- -DKITEMMODELS_NO_DEPRECATED
- -DKITEMMODELS_DEPRECATED_WARNINGS_SINCE
- -DKITEMMODELS_NO_DEPRECATED_WARNINGS
or
- -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT
- -DKF_NO_DEPRECATED
- -DKF_DEPRECATED_WARNINGS_SINCE
- -DKF_NO_DEPRECATED_WARNINGS
- to build KItemModels optionally with deprecated API excluded from the build, using "EXCLUDE_DEPRECATED_BEFORE_AND_AT" cmake argument.
TEST PLAN
Builds with EXCLUDE_DEPRECATED_BEFORE_AND_AT set to 0, 4.8.0,
CURRENT.
REPOSITORY
R275 KItemModels
BRANCH
useECMGenerateExportHeader
REVISION DETAIL
https://phabricator.kde.org/D24600
AFFECTED FILES
CMakeLists.txt
src/CMakeLists.txt
src/kdescendantsproxymodel.cpp
src/kdescendantsproxymodel.h
To: kossebau, #frameworks, dfaure
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20191012/69aa7e8a/attachment.html>
More information about the Kde-frameworks-devel
mailing list