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-files. If I write to each pro-file I have it in the correct
subfolders. Is there a possibility to change it.
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()
It works but only in the way I told above.
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development