QML import could not be resolved in any of the import paths
-
Hi all
I have problem with build my Qt project to Android
Warning: QML import could not be resolved in any of the import paths: ua.sp.GameCore
ua.sp.GameCore it's my own C++ class// main.cpp qmlRegisterType<QCTLCore>("ua.sp.GameCore", 0, 1, "GameCore"); // main.qml import ua.sp.GameCore 0.1I have no problem with build this project for Windows
exists similar bug QTCREATORBUG-13521 but I'm use QtCreator 3.6.1
project recreation do not help(thanks for any advice
good luck -