Results 1 to 4 of 4

Thread: how to provide thread support to qt

  1. #1
    Join Date
    Nov 2006
    Posts
    37
    Thanks
    1

    Default how to provide thread support to qt

    helo i configure qt with

    cd /usr/local/qt
    qt#./configre -thread
    then #make
    it show thread support is there
    but after few days when i use qt it shows me there is no thread support
    why such thing happen and one more thing i need to clear is
    if i write
    ./configure -thread
    then after that it is necessary to give
    make command or what
    Thx n Regards,
    Amit

  2. #2
    Join Date
    Jan 2006
    Location
    Kerala
    Posts
    371
    Thanks
    76
    Thanked 37 Times in 32 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to provide thread support to qt

    I think the problem is that one of your two qt installations has threading support and the other might not have it. So set the paths correctly.

    and Ya
    after ./configure
    you have to issue a make command to start the compilation process
    We can't solve problems by using the same kind of thinking we used when we created them

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: how to provide thread support to qt

    He did make the library. But did he install it afterwards with "make install"?

  4. #4
    Join Date
    Jan 2006
    Location
    Kerala
    Posts
    371
    Thanks
    76
    Thanked 37 Times in 32 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to provide thread support to qt

    Right !!

    Just overlooked that. Good find
    We can't solve problems by using the same kind of thinking we used when we created them

Similar Threads

  1. Problem closing a QMainWindow in Qt4.2
    By ian in forum Qt Programming
    Replies: 11
    Last Post: 17th October 2006, 00:49
  2. how to correctly compile threads support?
    By srhlefty in forum Installation and Deployment
    Replies: 9
    Last Post: 25th June 2006, 19:15
  3. [QT4] QThread and printing a QList<QPixmap>
    By KShots in forum Qt Programming
    Replies: 3
    Last Post: 24th April 2006, 21:44
  4. Problem building Qt4.1.0 with thread support on windows XP
    By pavithra in forum Installation and Deployment
    Replies: 1
    Last Post: 1st April 2006, 11:35
  5. Replies: 2
    Last Post: 6th January 2006, 21:15

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.