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. Linking in 5.0.1 MinGW 32bit but does not in 5.0.2 MSVC2012 64bit
Qt 6.11 is out! See what's new in the release blog

Linking in 5.0.1 MinGW 32bit but does not in 5.0.2 MSVC2012 64bit

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.4k 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.
  • Z Offline
    Z Offline
    za83
    wrote on last edited by
    #1

    Linking in 5.0.1 MinGW 32bit but does not in 5.0.2 MSVC2012 64bit. How can I fix it?
    [code]
    win32: LIBS += -lws2_32
    win32: INCLUDEPATH += C:/OpenSSL-Win32/include
    win32: DEPENDPATH += C:/OpenSSL-Win32/include
    win32: LIBS += -LC:/OpenSSL-Win32/lib/ -llibeay32
    win32: LIBS += -LC:/OpenSSL-Win32/lib/ -lssleay32
    [/code]

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      How are those 5 lines supposed to distinguish between the different tool chains?
      Beware that you cannot mix libs compiled with different tool chains (compilers). This holds true for memory modelling 32 bit and 64 bit, but also for different compilers and different compiler versions.

      Vote the answer(s) that helped you to solve your issue(s)

      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