Results 1 to 2 of 2

Thread: Compiling with boost.thread in Qt Creator 0.9

  1. #1
    Join Date
    Nov 2008
    Posts
    5
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Compiling with boost.thread in Qt Creator 0.9

    How can I compile an app with boost.thread from within Qt Creator 0.9?

    I'm new to this whole makefiles thing. I've used Geany in the past, mostly.

  2. #2
    Join Date
    Dec 2006
    Posts
    849
    Thanks
    6
    Thanked 163 Times in 151 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Compiling with boost.thread in Qt Creator 0.9

    just add in the .pro file

    Qt Code:
    1. LIBS += -lboost_thread-mt-XXX
    2. INCLUDEPATH += <where your boost includes are>
    To copy to clipboard, switch view to plain text mode 
    where XXX is the boost build id (something like gcc42 by default)

Similar Threads

  1. Compiling with boost.thread in Qt Creator 0.9
    By Envergure in forum Qt Programming
    Replies: 0
    Last Post: 28th November 2008, 04:00

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.