Back in the KDE Edu sprint, we decided we need such a check, otherwise
you get rather frustrated when the application isn't started. A patch to
androiddeployqt was submitted but rejected by the maintainer.
https://codereview.qt-project.org/#/c/207941/
Details
Details
- Reviewers
vkrause - Group Reviewers
Frameworks Build System - Commits
- R240:8e2ce83987d2: Check if the application androiddeployqt package has a main() symbol
kate doesn't build if we don't pass Q_DECL_EXPORT, builds if we do.
Diff Detail
Diff Detail
- Repository
- R240 Extra CMake Modules
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
Well it shouldn't, we're passing LANG=C which is what solved it for the other command, I don't see why nm should be any different.
Comment Actions
Just tested that my 64bit host nm can also consume 32bit ARM binaries, seems to work, so not using the corresponding toolchain nm is probably fine here.