Skip to content

problems

ShowFL edited this page Sep 21, 2019 · 2 revisions

Problems encountered

module "Toou2D" is not installed

Solving steps:

  1. Go to the Toou2D project build directory /bin/ and copy all the files
  2. Copy to Qml/Toou2D/ directory in the Qt installation directory. Such as:/Qt5.9.8/5.9.8/clang_64/qml/Toou2D

Qt for ios error module is not installed

If you encounter this problem when releasing iOS applications, please follow the steps below.

  1. QMAKE_MOC_OPTIONS += -Muri=$$uri
  2. classname Toou2dQmlPlugin
  3. *.pro file....
ios {
     QMAKE_BUNDLE_DATA += $$[QT_INSTALL_QML]/Toou2D/qmldir
}

I am still sorting out more problems

....