Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Solved Document/ Source code for generating pre-build qt package that installed from the Linux QT Installer

    General and Desktop
    4
    5
    127
    Loading More Posts
    • 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.
    • M
      michael_wu_1995 last edited by

      Hello, I would like to know where can i found the documentation / source code for building the pre-built qt package that are installed from the Linux QT Installer like https://download.qt.io/archive/qt/5.10/5.10.1/qt-opensource-linux-x64-5.10.1.run .

      Where can i get the steps / source codes of the build script for that?

      jsulm JKSH 2 Replies Last reply Reply Quote 0
      • jsulm
        jsulm Lifetime Qt Champion @michael_wu_1995 last edited by

        @michael_wu_1995 said in Document/ Source code for generating pre-build qt package that installed from the Linux QT Installer:

        Where can i get the steps / source codes of the build script for that?

        From the Qt developers. This is user forum, not sure you will get an answer here.
        Qt sources are here: https://code.qt.io/

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 0
        • JKSH
          JKSH Moderators @michael_wu_1995 last edited by

          @michael_wu_1995 said in Document/ Source code for generating pre-build qt package that installed from the Linux QT Installer:

          Hello, I would like to know where can i found the documentation / source code for building the pre-built qt package that are installed from the Linux QT Installer like https://download.qt.io/archive/qt/5.10/5.10.1/qt-opensource-linux-x64-5.10.1.run .

          Where can i get the steps / source codes of the build script for that?

          Hi, and welcome!

          The Qt source code is in the "singles" subfolder of the link you posted. Look inside https://download.qt.io/archive/qt/5.10/5.10.1/

          For example: https://download.qt.io/archive/qt/5.10/5.10.1/single/qt-everywhere-src-5.10.1.tar.xz (Note: The .tar.xz package is for Linux, while the .zip package is for Windows)

          There is no single build script.

          1. You run the configure script in the top-level of the source folder
            • The configure options for Qt 5.10.1 on Linux are at https://code.qt.io/cgit/qtsdk/qtsdk.git/tree/packaging-tools/bld_config/configure_linux_opensource?h=v5.10.1-packaging
          2. After configuration is complete, just run make and make install.

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          M 1 Reply Last reply Reply Quote 2
          • M
            michael_wu_1995 @JKSH last edited by

            @jksh Thank you very much, https://code.qt.io/cgit/qtsdk/qtsdk.git/tree/packaging-tools/bld_config/configure_linux_opensource?h=v5.10.1-packaging is exactly what i want. Thanks for you help.

            Pablo J. Rogina 1 Reply Last reply Reply Quote 0
            • Pablo J. Rogina
              Pablo J. Rogina @michael_wu_1995 last edited by

              @michael_wu_1995 said in Document/ Source code for generating pre-build qt package that installed from the Linux QT Installer:

              is exactly what i want

              it seems your issue is solved, so please don't forget to mark your post as such! Thanks.

              Upvote the answer(s) that helped you solve the issue
              Use "Topic Tools" button to mark your post as Solved
              Add screenshots via postimage.org
              Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

              1 Reply Last reply Reply Quote 0
              • First post
                Last post