-
Notifications
You must be signed in to change notification settings - Fork 206
problems
ShowFL edited this page Sep 21, 2019
·
2 revisions
Solving steps:
- Go to the Toou2D project build directory /bin/ and copy all the files
- Copy to Qml/Toou2D/ directory in the Qt installation directory. Such as:/Qt5.9.8/5.9.8/clang_64/qml/Toou2D
If you encounter this problem when releasing iOS applications, please follow the steps below.
- QMAKE_MOC_OPTIONS += -Muri=$$uri
- classname Toou2dQmlPlugin
- *.pro file....
ios {
QMAKE_BUNDLE_DATA += $$[QT_INSTALL_QML]/Toou2D/qmldir
}
....