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. [SOLVED] libQt0 prefix for a library of a built add-on module?
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] libQt0 prefix for a library of a built add-on module?

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 1.2k 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

    I built Qt5 from source using this article http://qt-project.org/wiki/Building_Qt_5_from_Git

    I then build the add-on module QtSystems:

    cd ~/qt5
    git clone git://gitorious.org/qt/qtsystems.git
    cd qtsystems
    ../qtbase/qmake
    make
    make docs
    sudo make install

    I then notice that the built libraries have a libQt0 prefix. For example: libQt0ServiceFramework.so

    Why is the occuring, and how can i get libQt5 prefix?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      sahumada
      wrote on last edited by
      #2

      check the .qmake.conf file .. and change it accordingly

      as far as I can see, it contains:

      [seahumad@sahumada qtsystems]$ cat .qmake.conf
      load(qt_build_config)

      MODULE_VERSION = 0.0.0

      so try doing MODULE_VERSION=5.0.0

      Sergio Ahumada

      1 Reply Last reply
      0
      • C Offline
        C Offline
        chrisco
        wrote on last edited by
        #3

        Thanks, that solved it.

        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