PDA

View Full Version : Disable demo & example ? by install mac



patrik08
11th July 2006, 12:51
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??

jpn
11th July 2006, 12:56
AFAIK there's no option for that in configure. Comment them out from projects.pro and re-configure.

jacek
11th July 2006, 12:57
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.

patrik08
11th July 2006, 18:19
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..