Disable demo & example ? by install mac
If i build ...... qt 4.1.3 ...
./configure -prefix /Developer/qt -universal -sdk /Developer/SDKs/MacOSX10.4u.sdk -qt-zlib -qt-gif -qt-libpng -qt-libjpeg -static
Static !!
make sub-src
sudo make install
I have no space left on device disk 60 GB & 40GB free but qt example & demo andd all other make 2 build intel & ppc .... how i can not build demo example e designer & assistant??
Re: Disable demo & example ? by install mac
AFAIK there's no option for that in configure. Comment them out from projects.pro and re-configure.
Re: Disable demo & example ? by install mac
Quote:
Originally Posted by patrik08
make sub-src
sudo make install
The docs don't say anything about running "make install" (and most likely it triggers the build). "make sub-src" should be enough.
And make sure you build static libraries only in release mode, if you are low on disk space.
Re: Disable demo & example ? by install mac
Quote:
Originally Posted by jacek
The docs don't say anything about running "make install" (and most likely it triggers the build). "make sub-src" should be enough.
And make sure you build static libraries only in release mode, if you are low on disk space.
i test rm -rf example & demo and only release build .... to debug code ... is work on xcode 2.3
qmake -spec macx-xcode ***.pro other framework..