-
Notifications
You must be signed in to change notification settings - Fork 206
build
ShowFL edited this page Sep 21, 2019
·
2 revisions
- Clone project,Open toou-2d.pro with Qt Creator
- Build
- Run
At this point the static library is compiled and automatically installed into the Qt Qml directory. Other projects can be Shared without additional configuration.
- Clone project,Open toou-2d.pro with Qt Creator
- Edit the file ‘src-toou2d/Toou2D.pro’ Line 9 is modified to
CONFIG += staticlib
- Open file example/example.pro Uncomment and follow the steps.
- Build
- Run
Static library builds cannot be Shared with other projects. Static library links need to be configured in each project pro file. For other projects, please refer to step 3
Avoid conflicts due to temporary file redundancy.
- Clean up your project before you build.
- Release Debug Please clean up the project after change.