Hi,

I'm using qt-creator with a CMake project that, among other things, contain some source files of somewhat uncommon types. One example is "protobuf" message definitions, which use CMake functions listed in https://cmake.org/cmake/help/v3.14/module/FindProtobuf.html, but there are a few others, too.

My problem is that these files don't seem to get added to the "auto-generated" list in Qt Creator, which make them a bit more cumbersome to maintain. Is there any way around that? I there anything I can do to make the CMake project manager recognise "special" files that are listed in the CMake config? Also, how about making manual additions to the file list? The "obvious" functionality appears to be disabled for CMake projects...

Thanks,

- Toralf

_______________________________________________
Qt-creator mailing list
Qt-creator@qt-project.org
https://lists.qt-project.org/listinfo/qt-creator

Reply via email to