Because it only makes sense for "subdirs" template.
make two subdirectories and use one to build the library and the other to build the main app. Alternatively you might try this:so i have to go manually in alls subdirs and build them. How can I tell the root-pro it should behave like app *and* subdirs (or any other solution?)
TEMPLATE = subdirs
SUBDIRS = mainapp.pro reader/reader.pro
Partially. The "-L" and "-l" switches are portable but the library name might not be.
Bookmarks