Using a Qt add on after downloading and installing it
Unsolved
Mobile and Embedded
-
I cloned the repository for the QtSystems add on http://code.qt.io/cgit/qt/qtsystems.git, i managed to compile the add in on my Windows machine using MSVC 2015 64 bit compiler. how do i use this add on in my project ?
I tried copying the lib, bin, qml and the mkspecs directories to my existing Qt5.6 directory but when ever i build the examples i get error that state that the module is not installed, i figured i am doing it wrong, can someone please help me ?
-
@Bongani I guess the
qmldir
file undersrc/imports
needs to be copied. Have a look at this:
http://doc.qt.io/qt-5/qtqml-modules-identifiedmodules.html#locally-installed-identified-modules
http://doc.qt.io/qt-5/qtqml-syntax-imports.html#qml-import-path