Changes between Initial Version and Version 1 of Ticket #36280, comment 1


Ignore:
Timestamp:
Sep 22, 2012, 1:38:41 PM (12 years ago)
Author:
macports@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36280, comment 1

    initial v1  
    1 Okay... to reproduce, it may still be necessary to manually specify the path to qmake in the "Preferences" dialog if you're not starting Qt Creator from a shell.
     1Okay... to reproduce, it may still be necessary to manually specify the path to qmake in the "Preferences" dialog if you're not starting Qt Creator from a shell. Looks like Qt Creator needs to be taught about the MacPorts installation prefix in order to find binaries correctly. This also affects the search for the Valgrind tool, for instance. I'll look into that as well and post an updated patch here.
    22
    3 As for the fix, I decided to not hardcode "/Applications/MacPorts/Qt4/" into the patch, but take ${qt_apps_dir} from the MacPorts configuration instead and "patch the patch" accordingly using reinplace. :-)
     3As for the current fix, I decided to not hardcode "/Applications/MacPorts/Qt4/" into the patch, but take ${qt_apps_dir} from the MacPorts configuration instead and "patch the patch" accordingly using reinplace. :-)