Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt 5.4.1 Minimal Build for PyQt4 - 32 bit on Mac 10.10???
Forum Updated to NodeBB v4.3 + New Features

Qt 5.4.1 Minimal Build for PyQt4 - 32 bit on Mac 10.10???

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 735 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pappaloo
    wrote on last edited by
    #1

    I am trying to compile Qt 5.4.1 for 32-bit on Mac 10.10. I only need 32-bit Qt for PyQt4 for a GUI app I am writing in Python. Currently I only use QtGui and QtCore.

    My ./configure options are as follows:

    ./configure -release -platform macx-clang-32 -opensource -confirm-license

    I deleted the qtwebkit, qtwebengine, qtwebkit-examples and qtwebchannel directories from the src folder before running the configure script, however the install is over 2GB and still takes quite a while using make -j8 on a new Mac Pro (8-core, 64GB RAM).

    How can I speed this up? I bet I still don't need a lot of the libraries, but when deleting more of the larger directories, the make then fails...

    TIA!!!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      If you are only using core and gui then just build qtbase.

      You can add

      -nomake tests -nomake examples
      

      to speed things up

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved