Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 15.0.0
-
None
Description
Adding a class using the wizard uses the opposite to the existing options to modify CMakeLists.txt: when project sources are listed in add_library(), QtC creates a call to target_sources(), but when there is a call to add_library() without sources, and a call to target_sources() below in the file, QtC inserts new source into the add_library() parameters.