Thanks!
Works like a charm... I added the CONFIG -= flat and put it in a dir, so that the files get in a "logical" folder...
Features that would be nice to have in the .pro files:
MYFILES = file1 file2
MYFILES.foldername = myfolder
ADDPROJECTFILES (MYFILES)
Q_PRE_BUILD
Q_POST_BUILD
pre/post link already exists, but sometimes you need features before building, before prelink and after the build... I know it's possible to make .prf, but that's more hassle than:
Q_PRE_BUILD = myscript...




Reply With Quote
Bookmarks