Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. external librar
    Log in to post

    • SOLVED Use GSL library with Qt
      General and Desktop • mingw windows 7 64 bi qt 5.15 external librar gsl • • sDmt  

      5
      0
      Votes
      5
      Posts
      701
      Views

      @SGaist That was my problem. I compiled the libraries with MinGW 32 while my Qt's is MinGW 64. I changed the compiler and the problem is solved. Thanks for the help.
    • SOLVED Crosscompile app using external library
      Mobile and Embedded • embedded linux external librar linaro • • Antonio Ortiz  

      5
      0
      Votes
      5
      Posts
      2708
      Views

      @Antonio-Ortiz I am glad to see that you could solve your problem. The wildcard option is quite helpful, but also quite dangerous, if you are not very careful.
    • I can't get gsl library dll's (or static for that matter) to work with Qt
      3rd Party Software • qt5.5 external librar gsl • • ndt_mike  

      2
      0
      Votes
      2
      Posts
      1385
      Views

      Hi and welcome to devnet, You don't link to dlls but to lib files but you don't use the file extension. So essentially: LIBS += -lgsl -lgslcblas
    • Link external library - undefined reference to function
      Installation and Deployment • undefined refer external librar • • Vi67  

      3
      0
      Votes
      3
      Posts
      2195
      Views

      Finally I used a similar library in server side. pHash library wasn't compatible with Qt5