Details
-
Bug
-
Resolution: Fixed
-
P4: Low
-
Qt Creator 4.10.2
-
None
-
63e418024225f104c7bc51110ac2b12dec4d23ba
Description
- Create new Non-Qt Project as Plain C++ Application using qbs as a build system.
- Open .qbs file and set CppApplication.files property to "*.cpp"
- Add new C++ file Source file using Project tree widget on the left.
- Now remove it selecting checkbox "Delete file permanently".
Here you should get following error:
Failure removing files from product 'test'.
The following files cannot be removed from the project file, because they match wildcard patterns: /Users/dvolosnykh/Development/hobby/qt/test/test.cpp
PS. This is true for Group.files property as well.