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. Compile Qt 4.7-stable without threads
QtWS25 Last Chance

Compile Qt 4.7-stable without threads

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 2.0k Views
  • 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.
  • K Offline
    K Offline
    kingst
    wrote on last edited by
    #1

    Hello,

    I am having trouble compiling qt without thread support. Here is what I have tried so far (ubuntu 11.04 x86-64):

    git clone git://gitorious.org/qt/qt.git
    cd git; git checkout 4.7-stable
    ./configure -no-feature-thread
    make -j20

    And it keeps dying on objects that appear to need the QThreadData class to be defined. I tried disabling concurrency and a few other items but it still does not work. Any ideas? Is this even supported on Linux?

    I also tried building an embedded version and I got similar errors.

    Thanks!

    1 Reply Last reply
    0
    • G Offline
      G Offline
      giesbert
      wrote on last edited by
      #2

      Regarding the "docs":http://doc.qt.nokia.com/latest/fine-tuning-features.html disabling features is for Qt embedded, so perhaps it's not possible for the desktop versions.

      Nokia Certified Qt Specialist.
      Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

      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