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. Linking doesn't work after upgrade to SDK 1.1.2
QtWS25 Last Chance

Linking doesn't work after upgrade to SDK 1.1.2

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

    I was working with the Qt SDK 1.0 and in my project I got these :

    @
    win32{
    win32-g++{
    LIBS += -L$${TOOLBOX_ROOT}/lib -l$${LIB_NAME}
    }
    else{
    #MSVC
    LIBS += $${TOOLBOX_ROOT}/lib/$${LIB_NAME}.lib
    }
    }
    else{
    LIBS += -L$${TOOLBOX_ROOT}/lib -l$${LIB_NAME}
    }
    @

    After upgrading to SDK 1.1.2 the executable fails to launch on Windows due to a DLL linkage error.
    When I move the DLL to the executable directory, everything works fine. This problem did not occurred
    before!
    ps: I use Qt creator and Mingw32-make for compilation.

    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