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. QT static link, error message
Qt 6.11 is out! See what's new in the release blog

QT static link, error message

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 209 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.
  • H Offline
    H Offline
    humdidumdi
    wrote on last edited by humdidumdi
    #1

    Using this tutorial I wanted to bind QT static: https://boffinblogger.blogspot.com/2018/12/static-compile-of-qt-5120-using-visual.html

    After running nmake I get an error message:

    lib /NOLOGO  /OUT:C:\Qt\static\lib\Qt5Bootstrap.lib @C:\Users\Sinus\AppData\Local\Temp\nm33BA.tmp
            cd tools\moc\ && ( if not exist Makefile C:\Qt\Static\qtbase\bin\qmake.exe -o Makefile C:\Qt\Static\qtbase\src\tools\moc\moc.pro ) && "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110\bin\HostX86\x86\nmake.exe" -f Makefile
    Project ERROR: Unknown module(s) in QT: bootstrap-private
    NMAKE : fatal error U1077: "cd": Rückgabe-Code "0x3"
    Stop.
    NMAKE : fatal error U1077: "cd": Rückgabe-Code "0x2"
    Stop.
    NMAKE : fatal error U1077: "cd": Rückgabe-Code "0x2"
    Stop.
    

    What am I doing wrong?

    PS: I use VS2019 with the msvc and the 32Bit version.

    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