64bit/QtDev: Difference between revisions
Jump to navigation
Jump to search
| Line 10: | Line 10: | ||
* Qt Frameworks binaries can be easily compiled "into place" such that building other projects with Qt now use the new libraries, including full support for '''macdeployqt''' (do not accept unless you know what that means) | * Qt Frameworks binaries can be easily compiled "into place" such that building other projects with Qt now use the new libraries, including full support for '''macdeployqt''' (do not accept unless you know what that means) | ||
* Qt Creator can compile itself, relaunch, and have the fixes implemented | * Qt Creator can compile itself, relaunch, and have the fixes implemented | ||
* when building / debugging other projects, can debug into Qt libraries, hit breakpoints there, edit code there. | |||
* provide example "hello world" project with "dependency" on Qt Frameworks project, that knows to compile frameworks first, then itself, if any frameworks file is edited. | |||
* Source trees are connected via github, so i can submit pull requests | * Source trees are connected via github, so i can submit pull requests | ||
* everything you did to make this work is copiously documented on a wiki page ([[64bit/QtDev/Doc|here]]), such that if a novice user of Qt followed it step by step, they would end up with all of the above | * everything you did to make this work is copiously documented on a wiki page ([[64bit/QtDev/Doc|here]]), such that if a novice user of Qt followed it step by step, they would end up with all of the above | ||
Revision as of 19:58, 20 September 2020
Requirements
- Maximum bid USD $500 (fixed price)
- see further requirements. Stuff labeled "extra" is NOT required. For all else: DO NOT BID UNLESS YOU MEET REQUIREMENTS!
- expert in Git
- expert in Qt
- expert in BUILDING Qt Binaries
- expert in building Qt Creator
Deliverable
- Qt Frameworks binaries can be easily compiled "into place" such that building other projects with Qt now use the new libraries, including full support for macdeployqt (do not accept unless you know what that means)
- Qt Creator can compile itself, relaunch, and have the fixes implemented
- when building / debugging other projects, can debug into Qt libraries, hit breakpoints there, edit code there.
- provide example "hello world" project with "dependency" on Qt Frameworks project, that knows to compile frameworks first, then itself, if any frameworks file is edited.
- Source trees are connected via github, so i can submit pull requests
- everything you did to make this work is copiously documented on a wiki page (here), such that if a novice user of Qt followed it step by step, they would end up with all of the above