Details
Description
Example: src/plugins/helloworld/helloworld.qbs file in Qt creator.
When I put this into the files section:
"../todo/optionspage.h",
then I get
/.../qtcreator/src/plugins/todo/optionspage.h
in the group's list of files.
If I put this into the files section:
"../todo/*.h",
I get (among others of course)
/.../qtcreator/src/plugins/helloworld/../todo/optionspage.h
in the group's list of files.
Could you please fix this to always return paths without embedded ".."?
Attachments
Issue Links
- is required for
-
QTCREATORBUG-9378 QbsPM: Incorrect resolving of wildcards directory above current dir
-
- Closed
-