D29077: Fix MacOS build for missing bundle
Pino Toscano <[email protected]>
| Newsgroups | gmane.comp.kde.education |
|---|---|
| Message-ID | <[email protected]> |
pino added a comment.
In D29077#656383 <https://phabricator.kde.org/D29077#656383>, @patrickelectric wrote:
> @pino if you can, please the history if of this patch to see my first and working version.
> https://phabricator.kde.org/D29077?id=80827
I don't think it is correct, `${KDE_INSTALL_TARGETS_DEFAULT_ARGS}` (or the deprecated version already in use) is the right thing to use in all the occasions.
Unfortunately I do not have any macOS knowledge, so I can only point you at KDEInstallDirs.cmake in extra-cmake-modules that sets `${BUNDLE_INSTALL_DIR}`:
if(APPLE)
_define_absolute(BUNDLEDIR "/Applications/KDE"
"application bundles"
BUNDLE_INSTALL_DIR)
endif()
REPOSITORY
R163 Minuet
REVISION DETAIL
https://phabricator.kde.org/D29077
To: patrickelectric, sandroandrade
Cc: pino, apol, kde-edu, narvaez