Results 1 to 2 of 2

Thread: Project flags in QtCreator

  1. #1
    Join Date
    Apr 2009
    Posts
    9
    Thanks
    2
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default Project flags in QtCreator

    Is there a way to add build flags to a project in QtCreator? For example release, debug, libs, or includepath?

    Sure, I can exit QtCreate and manually edit my *.pro file to add (for example)

    INCLUDEPATH += C:\qwt-5.2.0\src
    LIBS += C:\qwt-5.2.0\lib\qwtd5.lib

    and then nmake from the command line. (which works...)

    But is there a way to make these additions as default from within QtCreator?

  2. #2
    Join Date
    Jan 2006
    Location
    Alingsås, Sweden
    Posts
    437
    Thanks
    3
    Thanked 39 Times in 39 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Project flags in QtCreator

    Do you want them default for new projects, or just in a specific project? Because I believe that you can edit the project file from within QtCreator to fix a specific project.

Similar Threads

  1. How to Compile VTKDesigner2 with Qt?
    By alfredoaal in forum Newbie
    Replies: 0
    Last Post: 5th September 2008, 05:34
  2. Re: Opening Project file Issue in Edyuk
    By philwinder in forum Qt-based Software
    Replies: 6
    Last Post: 5th May 2008, 20:49
  3. Set up the Qt4.3.2 with Visual Studio 2005
    By lamoda in forum Installation and Deployment
    Replies: 6
    Last Post: 30th January 2008, 06:51
  4. Importing qt project to an eclipse workspace
    By isahin in forum Installation and Deployment
    Replies: 2
    Last Post: 28th January 2008, 18:00
  5. Project generation on linux from QT Project
    By darpan in forum Qt Programming
    Replies: 6
    Last Post: 11th December 2006, 09:43

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.