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. Libwinpthread-1.dll dependency
Forum Updated to NodeBB v4.3 + New Features

Libwinpthread-1.dll dependency

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 2.9k 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.
  • K Offline
    K Offline
    Korrion
    wrote on last edited by
    #1

    Hi,

    I work with a qt 4.8.5 compiled statically on W7, I try now to remove all dependencies of my .exe.
    First the last dll needed was libgcc_s_sjlj-1.dll, libstdc++-6.dll and libwinpthread-1.dll

    So I added the following lines in my .pro
    QMAKE_LFLAGS += -static-libgcc
    QMAKE_LFLAGS += -static-libstdc++

    But the .exe still needs libwinpthread-1.dll, what do i need to add in my .pro to remove this dependency ?

    Thanks

    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