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@.
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to