On 28 Aug 2011, at 18:48, ext Aekold Helbrass wrote: > On Sun, Aug 28, 2011 at 7:16 PM, Konstantin Tokarev <[email protected]> wrote: >> 28.08.2011, 19:33, "Aekold Helbrass" <[email protected]>: >>> Hi All! >>> >>> Tell me please how can I make QtCreator make install to use MY folder >>> instead of system path? I've compiled Qt 4.7.3 on my mac, now I want >>> to compile QtCreator myself using existing Qt, I am using: >>> qmake ../qt-creator-2.2.1-src/qtcreator.pro >>> PREFIX=/Users/user/dev/apps/QtCreator-2.2.1 && make && make install >>> it compiles but fails on make install stage. >> >> Why do you ever need make install? >> make generates bundle which could be used directly. > > Hm... Strange, it really works from build folder. It fails with some > error and suggestion to report to apple as soon as I copy it anywhere. > Maybe I did something wrong?
Knowing more about this "some error" would probably help finding out if you did. Copying the Qt Creator.app from the build directory to somewhere else works perfectly fine for me, as long as you leave the Qt that you used to compile it where it is. 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.nokia.com/mailman/listinfo/qt-creator
