Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Problem Building Qt Static
Qt 6.11 is out! See what's new in the release blog

Problem Building Qt Static

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 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.
  • D Offline
    D Offline
    DavBR
    wrote on last edited by
    #1

    hi, i am trying build Qt static, i have downloaded qt-everywhere-opensource-src-4.8.0 and MinGW-gcc440_1

    steps:

    unzip src
    run: configure -static

    this start creating qmake, on finish show:

    @
    copy qmake.exe C:\Qt\4.8.0-static\bin\qmake.exe
    Creating makefiles in src...
    Generating Makefiles...
    execute: File or path is not found (C:\Qt\4.8.0-static\bin\qmake)
    Qmake faile, return code -1
    @

    i resolve this problem copying qmake to bin folder manually and run configure again.

    the big problem is after finish configure when run make or mingw32-make show that:

    @
    cd src\tools\bootstrap\ && mingw32-make -f Makefile
    cd src\tools\moc\ && mingw32-make -f Makefile
    cd src\tools\rcc\ && mingw32-make -f Makefile
    cd src\tools\uic\ && mingw32-make -f Makefile
    cd src\winmain\ && mingw32-make -f Makefile
    cd src\corelib\ && mingw32-make -f Makefile
    cd src\xml\ && mingw32-make -f Makefile
    cd src\network\ && mingw32-make -f Makefile
    cd src\sql\ && mingw32-make -f Makefile
    cd src\testlib\ && mingw32-make -f Makefile
    cd src\gui\ && mingw32-make -f Makefile
    cd src\qt3support\ && mingw32-make -f Makefile
    cd src\tools\uic3\ && mingw32-make -f Makefile
    cd src\opengl\ && mingw32-make -f Makefile
    cd src\xmlpatterns\ && mingw32-make -f Makefile
    cd src\phonon\ && mingw32-make -f Makefile
    cd src\multimedia\ && mingw32-make -f Makefile
    cd src\svg\ && mingw32-make -f Makefile
    cd src\script\ && mingw32-make -f Makefile
    cd src\declarative\ && mingw32-make -f Makefile
    cd src\scripttools\ && mingw32-make -f Makefile
    cd src\plugins\ && mingw32-make -f Makefile
    cd src\imports\ && mingw32-make -f Makefile
    cd tools\ && mingw32-make -f Makefile
    cd translations\ && mingw32-make -f Makefile
    cd examples\ && mingw32-make -f Makefile
    cd demos\ && mingw32-make -f Makefile
    @

    whats mean that?

    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