can *.creator projects be a part of subdir project?
Unsolved
Qt Creator and other tools
-
I am using Qt Creator to write Godot app as described here: https://docs.godotengine.org/en/stable/development/cpp/configuring_an_ide/qt_creator.html
The problem is that I'm getting *.creator ("generic project") and not *.pro file generated. I want this project to be a part of subdirs project but I'm getting "could not find .pro file for subdirectory". Can I add *.pro file in a way it would utilize rules contained in .creator/.creator.user?