Re: [Development] OTHER_FILES in Qt Creator 3.1.1

2014-07-16 Thread Oswald Buddenhagen
On Thu, May 29, 2014 at 10:51:15AM +0200, Richard Höhne wrote: > The problem is, that the other files are shown under the subfolder > lib.pri and not under the header- and cpp-files. > Is there a possibility to change it[?] > no. wildcard matching in project files is considered bad practice and n

[Development] OTHER_FILES in Qt Creator 3.1.1

2014-05-29 Thread Richard Höhne
Hello, I have a little problem. I want to set OTHER_FILES in our framework to load all files in the Qt Creator 3.1.1. I want to use an lib.pri to load dinamically in each pro-File. The problem is, that the other files are shown under the subfolder lib.pri and not under the header- and cpp-file