QtCreator: Virtual folders for generic project
Unsolved
Qt Creator and other tools
-
Hi,
I wish to use qtcreator like editor under Windows 7 and I used "Import project" to import my source files. QtCreator created files: .config .includes and .files. But now I want to group these files into some virtual folders. Physically I cannot move my source files into different folders. So does anybody know how to do it?
If project under qmake it's possible to use include(folder/myfile.c) in include.pri file, and in qbs there's group command for that. So maybe there's some syntax exists for .files file?
By the way wired things are happening if you put into .files ":" or "//" signs. It dividing your files or showing a disk. Interesting also why is that.