Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Forum Updated on Feb 6th

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

    Installation and Deployment
    2
    3
    2460
    Loading More Posts
    • 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
      chrisco last edited by

      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 Reply Quote 0
      • M
        mbnoimi last edited by

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

        Any help guys?

        1 Reply Last reply Reply Quote 0
        • M
          mbnoimi last edited by

          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 Reply Quote 0
          • First post
            Last post