Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Build issues when packaging version 3.3.0 #188

Closed
3 tasks done
ColinDuquesnoy opened this issue Jan 14, 2018 · 1 comment
Closed
3 tasks done

Build issues when packaging version 3.3.0 #188

ColinDuquesnoy opened this issue Jan 14, 2018 · 1 comment
Assignees
Milestone

Comments

@ColinDuquesnoy
Copy link
Owner

Happens on openSUSE Build System as well as with PKGBUILD:

  • on openSUSE: failed to build QmlImports target because of link error with QtCore -> SOLUTION: link with Qt5::Core
  • on Xubuntu17.10: check_qml_syntax fail because of missing Qt installation environment variable -> SOLUTION: turn QML check OFF by default
  • pkgbuild issue of in source tree builds: update_imports target is always run which cause cmake to reload and try to compile auto generated moc files. SOLUTION: don't run update_imports automatically. This target is for developpers only when they add/remove qml/js
@ColinDuquesnoy
Copy link
Owner Author

Fixed in commit d969abc

@ColinDuquesnoy ColinDuquesnoy self-assigned this Jan 14, 2018
@ColinDuquesnoy ColinDuquesnoy changed the title Build issues with packaging Build issues when packaging version 3.3.0 Jan 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant