Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Compile Qt5 myself, how to change the name of DLL

Compile Qt5 myself, how to change the name of DLL

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 378 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.
  • F Offline
    F Offline
    friendbaby
    wrote on last edited by
    #1

    Hello,
    I want to produce qt5core. dll become qt551core. dll, how to modify it?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      You need to use this flag:

       -qtlibinfix <infix> .. Rename all libQt5*.so to libQt5*<infix>.so.
      

      So in your case it will be:

      configure -qtlibinfix 51
      

      (Z(:^

      1 Reply Last reply
      4

      • Login

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