Results 1 to 3 of 3

Thread: how to use boost multi_array in QtCreator

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2009
    Location
    Noida, India
    Posts
    517
    Thanks
    21
    Thanked 66 Times in 62 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to use boost multi_array in QtCreator

    could you please post the errors you are getting..also whenever u post a code, select all of the code and click on "#" on the toolbar above the textbox..no need to tell you that it increases readablity and is kinda a necessity when u use a forum..i believe u'll get a warning from the administrator anyway

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

    Default Re: how to use boost multi_array in QtCreator

    Well, you need to tell your project where to look for Boost's includes and libs.

    If you're editing a .pro file, these things go into
    INCLUDEPATH += <path to boost includes>
    # if you're using a boost lib that is not header only (like regex)
    LIBPATH += <path to boost libs>
    LIBS += <any boost libs you need to link against>

    Maybe with QtCreator there is a nice dialog to enter these things.

    HTH

Similar Threads

  1. [Solved] Using a Subversion Client with QtCreator
    By philwinder in forum Qt Tools
    Replies: 1
    Last Post: 30th November 2010, 22:16
  2. Qt + boost + MinGW on Windows
    By akos.maroy in forum Newbie
    Replies: 3
    Last Post: 12th June 2008, 14:53

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.