Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QMake, Windows Intel Compiler, linking to libraries dynamically
Forum Updated to NodeBB v4.3 + New Features

QMake, Windows Intel Compiler, linking to libraries dynamically

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 654 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.
  • J Offline
    J Offline
    jroman123
    wrote on last edited by
    #1

    Im having issues dynamically linking to boost libraries using the intel compiler. Im not sure if this is a QMake and/or intel toolchain issue. I have this line in my .pro:

    "win32:LIBS += "-L$(BOOST_LIBS)" -lboost_filesystem-iw-mt-1_55 -lboost_program_options-iw-mt-1_55 -lboost_system-iw-mt-1_55 -lboost_chrono-iw-mt-1_55"

    The above line generates the following line in the generated make file:

    "LIBS = /LIBPATH:$(BOOST_LIBS) $(BOOST_LIBS)\boost_filesystem-iw-mt-1_55.lib $(BOOST_LIBS)\boost_program_options-iw-mt-1_55.lib $(BOOST_LIBS)\boost_system-iw-mt-1_55.lib $(BOOST_LIBS)\boost_chrono-iw-mt-1_55.lib /LIBPATH:..\com.src.ewir.keystonert.logger\release logger-win32.lib "

    Anyone have a clue why qmake is generating a make file that is using explicit path static linking or even how to do dynamic linking with the intel toolchain on windows?

    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