Equivalent to OTHER_FILES+= for CMake projects
-
In CMake project opened by QtCreator right now there is currently no way of adding a file to the project browser unless it is being compiled. For CMake+Visual Studio you can do this, but QtCreator unfortunately does not support it:
@source_group("other_files" FILES ${OTHER_FILES})@I have found a possible solution but it's a bit of a hack:
@add_custom_target(other_files SOURCES ${OTHER_FILES})@It would be very useful if somebody fixed the source_group CMake support in QtCreator
also see "this thread":http://qt-project.org/forums/viewthread/9886/
-
Just go to Qt "bugtracker":https://bugreports.qt-project.org.
A lot of people care for that. Somebody has to pay for the server infrastructure, for example.
-
The bugtracker has been under Qt Project domain since the Qt Project was launched. As far as I remember ;-)
Anyway, actions are explained "here":https://qt-project.org/contribute.