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. Compilation parameters of Qt 5.15.3 generation
Forum Updated to NodeBB v4.3 + New Features

Compilation parameters of Qt 5.15.3 generation

Scheduled Pinned Locked Moved Solved Installation and Deployment
3 Posts 2 Posters 326 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.
  • F Offline
    F Offline
    Francky033
    wrote on last edited by Francky033
    #1

    Hello,

    I am compiling the source code of Qt 5.15.3 since it has been made open to all. But I'm having trouble with the compiler parameters I need to use...
    I use the link https://wiki.qt.io/Qt_5.15_Tools_and_Versions which gives a lot of indications but there are too many, in fact.
    For example, what parameters should be used to generate the Ubuntu compilation found in MaintenanceTools?
    Do we have to believe in the Coin indication and take only the "Packaging" lines?
    For Ubuntu, for example, I can't find the corresponding line...

    How do I go about it?

    Thank you!

    PS:Currently, I am using:
    ./configure -prefix /opt/Qt/5.15.3/gcc_64 -opensource -confirm-license -release -R . -opengl desktop -nomake tests -nomake examples -nomake tests -openssl -platform linux-g++ -no-sql-mysql -plugin-sql-sqlite -qt-zlib -skip webengine -skip datavis3d -skip charts -skip networkauth -skip virtualkeyboard -skip lottie -skip serialbus

    JKSHJ 1 Reply Last reply
    0
    • F Francky033

      Hello,

      I am compiling the source code of Qt 5.15.3 since it has been made open to all. But I'm having trouble with the compiler parameters I need to use...
      I use the link https://wiki.qt.io/Qt_5.15_Tools_and_Versions which gives a lot of indications but there are too many, in fact.
      For example, what parameters should be used to generate the Ubuntu compilation found in MaintenanceTools?
      Do we have to believe in the Coin indication and take only the "Packaging" lines?
      For Ubuntu, for example, I can't find the corresponding line...

      How do I go about it?

      Thank you!

      PS:Currently, I am using:
      ./configure -prefix /opt/Qt/5.15.3/gcc_64 -opensource -confirm-license -release -R . -opengl desktop -nomake tests -nomake examples -nomake tests -openssl -platform linux-g++ -no-sql-mysql -plugin-sql-sqlite -qt-zlib -skip webengine -skip datavis3d -skip charts -skip networkauth -skip virtualkeyboard -skip lottie -skip serialbus

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      @Francky033 said in Compilation parameters of Qt 5.15.3 generation:

      what parameters should be used to generate the Ubuntu compilation found in MaintenanceTools?

      I believe these are the ones: https://github.com/qtproject/qtsdk/blob/v5.15.4-lts-packaging/packaging-tools/bld_config/configure_linux_opensource

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

      1 Reply Last reply
      1
      • F Offline
        F Offline
        Francky033
        wrote on last edited by
        #3

        Perfecto !

        Thanks JKSH!

        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