On 26 Mar 2012, at 17:31, ext Graham Labdon wrote: > Hi > I am trying to get QT Creator running on a Mac. > I have Qt installed at /usr/local/Trolltech and the bin folder is in my path > When I try to open or create a .pro Qt Creator asks that I set up a > configuration, however, I am unable to browse to the /usr/local/Trolltech > folder > > Any ideas?
Cmd+Shift+G opens the "Go to folder" dialog in the file dialog, you can type /usr/local/Trolltech there and then navigate to your qmake. Or you could create a symbolic link to qmake somewhere where you can easily access it. Br, Eike -- Eike Ziller Principal Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B Umsatzsteueridentifikationsnummer: DE 812 845 193 Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
