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. Qt static build
Forum Updated to NodeBB v4.3 + New Features

Qt static build

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 557 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.
  • C Offline
    C Offline
    CppHamster
    wrote on last edited by
    #1

    Hello!

    I'm trying to build static version of Qt, but i've got the errors on installing with OpenGL ES 2.0 even if i use option -no-opengl. Is it possible to build qt without OpenGl ES 2.0?!0_1506607986787_panda-bite-fact464.jpg

    cmd /c "configure.bat -static -debug-and-release -platform win32-g++ -prefix $QtDir `
        -qt-zlib -qt-pcre -qt-libpng -qt-libjpeg -qt-freetype -qt-sql-sqlite -no-openssl `
        -opensource -confirm-license `
        -make libs -nomake tools -nomake examples -nomake tests"
    
    1 Reply Last reply
    0
    • P Offline
      P Offline
      patrik08
      wrote on last edited by
      #2

      Hi i tested static on mac
      qtbase-opensource-src-5.7.0.tar.xz 42MB source from
      http://download.qt.io/official_releases/qt/5.7/5.7.0/submodules/
      only qtcore as submodule no other option to have console app indipended from module or libs..
      so in this way we can append other static module steep by step as static...
      If you take all module in one time is not easy...

      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