Results 1 to 3 of 3

Thread: Using qmake to build multiple apps and libs

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    marchand Guest

    Default Re: Using qmake to build multiple apps and libs

    I wound up specifying multiple project files, one for each library/app, and an overall "controlling" project file. The general scheme is that the main project file merely calls the other project files in order, compiling each in turn. I used the subdir directive, but did not need to actually put everything in sub-directories, merely by adding the ".pro" suffix onto the names I put in the SUBDIRS directive.

  2. The following user says thank you to marchand for this useful post:

    Cruz (2nd September 2010)

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.