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. Static Windows 10 build with 5.15.5
Forum Updated to NodeBB v4.3 + New Features

Static Windows 10 build with 5.15.5

Scheduled Pinned Locked Moved Unsolved General and Desktop
5.15static buildidl
1 Posts 1 Posters 290 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.
  • J Offline
    J Offline
    JRoperMedtronic
    wrote on last edited by JRoperMedtronic
    #1

    Hey folks

    I am attempting to build a project that had previously been built with 5.8. I came up with multiple LNK errors and was able to work around that by hard-coding the IDLXMLGEN cmake file to use the dynamic Qt path:

    set(idlxmlgen_qt_install_dir "C:/Program Files/Qt/Qt5.15.5/5.15.5/msvc2019_64")
    

    This seemed to get around the errors and progress the build, leading to a different error, for which I am garnering support from Qt (see here: https://forum.qt.io/topic/136320/failing-to-build-with-5-15-5-on-windows-10/2)

    Any suggestions on how to get around these lnk errors and build the IDLXMLGEN project statically with 5.15.5?

    I don't have privileges to attach the file with the errors, but there are 99 that are similar to this:

    main.obj : error LNK2019: unresolved external symbol "public: class QDebug __cdecl QMessageLogger::warning(void)const " (?warning@QMessageLogger@@QEBA?AVQDebug@@XZ) referenced in function "public: __cdecl <lam
    bda_7bea84bdf1f155f6e323c76dcb6a3464>::operator()(class QCommandLineOption const &,char const *)const " (??R<lambda_7bea84bdf1f155f6e323c76dcb6a3464>@@QEBA@AEBVQCommandLineOption@@PEBD@Z) [C:\t\tool\idlxmlgen\
    idlxmlgen_project-prefix\src\idlxmlgen_project-build\idlxmlgen.vcxproj] [c:\t\tool\idlxmlgen\idlxmlgen_project-build.vcxproj]
    

    Best regards and happy friday!

    Jesse

    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