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. using latest QMAKE binary with old qt ver
Forum Updated to NodeBB v4.3 + New Features

using latest QMAKE binary with old qt ver

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 293 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.
  • O Offline
    O Offline
    orio
    wrote on last edited by
    #1

    my old qt qmake (4.7) probably having some bug with following symlinks inside each other.
    when tried with new qmake version in qt 6.0.2 there is no bug.

    can i use the new qmake binary (from 6.0.2) to generate makefiles for the old qt version (4.7.1)?

    jsulmJ 1 Reply Last reply
    0
    • O orio

      my old qt qmake (4.7) probably having some bug with following symlinks inside each other.
      when tried with new qmake version in qt 6.0.2 there is no bug.

      can i use the new qmake binary (from 6.0.2) to generate makefiles for the old qt version (4.7.1)?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @orio said in using latest QMAKE binary with old qt ver:

      can i use the new qmake binary (from 6.0.2) to generate makefiles for the old qt version (4.7.1)?

      No, you can't.
      Instead of trying such things why don't you try to solve the actual issue (what ever "some bug" is)?
      Also, if you need Qt4 you should at least use the latest Qt4 relese.

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

      1 Reply Last reply
      0
      • O Offline
        O Offline
        orio
        wrote on last edited by
        #3

        qmake print "OUT of memory " in qstring when trying to run on pro file located behind two symbolic links.

        if it is only one symlink everything is ok

        i dont realy think i can solve bug in a very old qmake version

        jsulmJ 1 Reply Last reply
        0
        • O orio

          qmake print "OUT of memory " in qstring when trying to run on pro file located behind two symbolic links.

          if it is only one symlink everything is ok

          i dont realy think i can solve bug in a very old qmake version

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @orio said in using latest QMAKE binary with old qt ver:

          i dont realy think i can solve bug in a very old qmake version

          And you also can't use qmake from one Qt version with another one.
          But again: try with latest Qt4 version, maybe that one works with the symlinks.

          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