Results 1 to 4 of 4

Thread: Disable demo & example ? by install mac

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2006
    Posts
    788
    Thanks
    49
    Thanked 48 Times in 46 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default 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??

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default 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.
    J-P Nurmi

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default 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.

  4. #4
    Join Date
    May 2006
    Posts
    788
    Thanks
    49
    Thanked 48 Times in 46 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default 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..

Similar Threads

  1. Mac OSX install Tiger intel&ppc qmake
    By patrik08 in forum Installation and Deployment
    Replies: 3
    Last Post: 6th July 2006, 18:54
  2. How can I disable the QListView Sorting?
    By darpan in forum Qt Programming
    Replies: 3
    Last Post: 27th June 2006, 10:36
  3. Disable Tab Key
    By otortos in forum Newbie
    Replies: 6
    Last Post: 25th March 2006, 16:27
  4. Cannot Install KDEdevel packages on linux
    By wirajr in forum KDE Forum
    Replies: 12
    Last Post: 5th February 2006, 21:01

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.