Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Using a Qt add on after downloading and installing it
QtWS25 Last Chance

Using a Qt add on after downloading and installing it

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 566 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • BonganiB Offline
    BonganiB Offline
    Bongani
    wrote on last edited by
    #1

    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 ?

    1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      @Bongani I guess the qmldir file under src/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

      157

      1 Reply Last reply
      1
      • BonganiB Offline
        BonganiB Offline
        Bongani
        wrote on last edited by
        #3

        @p3c0 , Thank you, that worked. I though everything will be copied to the build directory

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved