[Development] OTHER_FILES in Qt Creator 3.1.1

Oswald Buddenhagen oswald.buddenhagen at digia.com
Wed Jul 16 09:50:38 CEST 2014


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 no
effort whatsover will be put in making it work better.

> In the lib.pri I have following code:
> defineTest(otherfiles) {
>      files = *.sql *json *lst * txt
> 
>      return($$files)
> }
> 
> and in the pro-File:
> 
> OTHER_FILES = $$otherFiles()

btw, this was a question for qt-creator@, not development at .



More information about the Development mailing list