Changes between Initial Version and Version 1 of Ticket #46029


Ignore:
Timestamp:
Nov 28, 2014, 4:49:25 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46029

    • Property Keywords qt4-mac qt5-mac removed
    • Property Priority changed from High to Normal
    • Property Port qtchooser added
  • Ticket #46029 – Description

    initial v1  
    33Thus, with qmake a symlink to qtchooser
    44
     5{{{
    56> qmake --version              # prints the version of the default Qt installation
    67> qmake -qt=4 --version   # prints the version of the Qt4 installation
    78> qmake -qt=5 --version   # prints the version of the Qt5 installation
     9}}}
    810
    911What's missing are the configuration files that will determine which Qt goes and is expected where, though I have given an upbeat by assuming that'd be ${prefix}/libexec/qtN .