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] Static Qt library appended with 's'

[Solved] Static Qt library appended with 's'

Scheduled Pinned Locked Moved Installation and Deployment
5 Posts 2 Posters 1.2k 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.
  • M Offline
    M Offline
    Mahima
    wrote on last edited by
    #1

    Hi,

    I am configuring Qt 5.3.1 and would like to change the static library names. For ex. instead Qt5Gui.lib, I want it to be 'Qt5Guis' and debug version should be 'Qt5Guisd' and the .pdb file should be created with the same name for the lib i.e. 'Qt5Guisd'.

    Do anyone knows how to do this?

    When I changed the TARGET in the .pro file and configures, no lib is created.
    Please help if anyone knows how to do this.
    I am configuring Qt 5.3.1 for Visual studio 2013 and using the following to configure:

    configure -static -platform win32-msvc2013 -commercial -confirm-license -debug-and-release -mp -no-opengl -no-angle -no-dbus -nomake examples -no-compile-examples

    Thanks,
    Mahima

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      You can try to pass "-qtlibinfix s" to configure

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

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

        Thanks a lot, it worked.
        But the plugins names remained the same. Do you have any idea to change plugins name.

        Maahi

        1 Reply Last reply
        0
        • M Offline
          M Offline
          Mahima
          wrote on last edited by
          #4

          [quote author="SGaist" date="1405462682"]Hi,

          You can try to pass "-qtlibinfix s" to configure[/quote]

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            No, for that part i don't

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            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