Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to install an add-on module to the qt5 redistributable version
Forum Updated to NodeBB v4.3 + New Features

How to install an add-on module to the qt5 redistributable version

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 2.8k Views 1 Watching
  • 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.
  • C Offline
    C Offline
    chrisco
    wrote on last edited by
    #1

    Hello,

    I have installed Qt5.0.2 via installer.
    I then want to build another Add-On module (qtsystems).

    @cd ~/Qt5.0.2
    cd 5.0.2/gcc/lib
    git clone git://gitorious.org/qt/qtsystems.git
    cd qtsystems
    ../../bin/qmake
    make
    make docs
    sudo make install@

    But after doing this, Qt is not working as expected (it does not seem to find the .prf features i use.. looks like a bad configuration??).
    How do i properly install a Qt5 Add-on module in the Qt5 install dir?

    Regards,
    Chris

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mbnoimi
      wrote on last edited by
      #2

      I've same issue and I don't know from where I've to start!

      Any help guys?

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mbnoimi
        wrote on last edited by
        #3

        I found out how to fix this issue, it's just matter of qmake path. By default the system use qmake of Q4 so just passing the suitable path (using absolute path) will fix the issue.

        Cheers :)

        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