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. Writing custom makespecs for Qt
Forum Updated to NodeBB v4.3 + New Features

Writing custom makespecs for Qt

Scheduled Pinned Locked Moved General and Desktop
qt5.5qmakecross compile
4 Posts 2 Posters 1.9k Views 2 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.
  • R Offline
    R Offline
    rockymonkey555
    wrote on last edited by
    #1

    Does anyone have any idea if/why the qmake options on the website are out of date? I'm looking at the makespecs for linux-arm-gnueabi-g++ and keep finding options that aren't covered by this URL: http://doc.qt.io/qt-5/qmake-variable-reference.html#qmake-cc

    Has the documentation not been updated, or am I looking in the wrong place?

    Thanks!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      They are not out of date, the variables you are finding in the qmake.conf file are not supposed to be changed in a project. They define the different commands that should be used to compile C, C++ code, link, create archives etc.

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      R 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        They are not out of date, the variables you are finding in the qmake.conf file are not supposed to be changed in a project. They define the different commands that should be used to compile C, C++ code, link, create archives etc.

        Hope it helps

        R Offline
        R Offline
        rockymonkey555
        wrote on last edited by
        #3

        @SGaist

        So It's safe to assume that any option not covered on the website should not be tampered with?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          The website documentation content is generated from Qt's own documentation. Well, there might be some variables that are not yet documented.

          Since you are creating a new mkspec, there are some variables that you will have to set in order to build Qt and your applications that are not necessarily documented but it's not wrong to use them

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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