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. Document/ Source code for generating pre-build qt package that installed from the Linux QT Installer
Forum Update on Monday, May 27th 2025

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

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 4 Posters 344 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.
  • M Offline
    M Offline
    michael_wu_1995
    wrote on 20 Sept 2019, 07:37 last edited by
    #1

    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?

    J J 2 Replies Last reply 20 Sept 2019, 07:50
    0
    • M michael_wu_1995
      20 Sept 2019, 07:37

      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?

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 20 Sept 2019, 07:50 last edited by
      #2

      @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
      0
      • M michael_wu_1995
        20 Sept 2019, 07:37

        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?

        J Offline
        J Offline
        JKSH
        Moderators
        wrote on 20 Sept 2019, 07:52 last edited by
        #3

        @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 20 Sept 2019, 08:02
        2
        • J JKSH
          20 Sept 2019, 07:52

          @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.
          M Offline
          M Offline
          michael_wu_1995
          wrote on 20 Sept 2019, 08:02 last edited by
          #4

          @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.

          P 1 Reply Last reply 20 Sept 2019, 14:25
          0
          • M michael_wu_1995
            20 Sept 2019, 08:02

            @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.

            P Offline
            P Offline
            Pablo J. Rogina
            wrote on 20 Sept 2019, 14:25 last edited by
            #5

            @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
            0

            1/5

            20 Sept 2019, 07:37

            • Login

            • Login or register to search.
            1 out of 5
            • First post
              1/5
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved