https://bugs.kde.org/show_bug.cgi?id=411928
Bug ID: 411928 Summary: Unable to link qt_quick_cargo template Product: rust-qt-binding-generator Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: demo Assignee: j...@vandenoever.info Reporter: tones...@hotmail.com Target Milestone: --- Created attachment 122662 --> https://bugs.kde.org/attachment.cgi?id=122662&action=edit Patch: Resolve cargo build linker issue Attempting to build the qt_quick_cargo template via "cargo build" results in a linker error due to undefined references STEPS TO REPRODUCE 1. cd into templates/qt_quick_cargo 2. run "cargo build" as described in README.md OBSERVED RESULT notice failure due to undefined refences to QGuiApplication and QQmlApplicationEngine EXPECTED RESULT binary is build succesfully SOFTWARE/OS VERSIONS Linux/KDE Plasma: Arch linux KDE Plasma Version: 5.16.5 KDE Frameworks Version: 5.61.0 Qt Version: 5.13.1 ADDITIONAL INFORMATION commit abe2820145e904e74c05c0c888539ad12861ce20 rustc 1.37.0 (eae3437df 2019-08-13) A patch to resolve the issue is attached. -- You are receiving this mail because: You are watching all bug changes.