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. -- Regards, Konstantin _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
