Results 1 to 2 of 2

Thread: how to add/create a subgroup to a qtcreator project

  1. #1
    Join Date
    Aug 2009
    Posts
    81
    Platforms
    MacOS X Windows

    Default how to add/create a subgroup to a qtcreator project

    i have a project... i would like to create subgroup so i can find a source code more easily how i can do that... i saw a couple of examples with those but cannot figure out a way to create it.


    thanks

  2. #2
    Join Date
    May 2008
    Location
    Kyiv, Ukraine
    Posts
    418
    Thanks
    1
    Thanked 29 Times in 27 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: how to add/create a subgroup to a qtcreator project

    When I had to do this I edited .pro file. My case: I have MyProject/src and MyProject/src/SomeModule and my main .pro file is in MyProject. My solution: modify the main .pro file and set SUBDIRS var to "MyProject/src MyProject/src/SomeModule". Reopen my project in Qt Creator and that's it.
    I'm a rebel in the S.D.G.

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.