Knitschi / CPFCMake

A component of the CMakeProjectFramework. It provides the CMake code that implements a CI-pipeline.
MIT License
2 stars 2 forks source link

A Qt .ui file does not occurr in the sources in Visual Studio #42

Open Knitschi opened 5 years ago

Knitschi commented 5 years ago

The file is added to the _autogen target, but can not be edited there. Is this a cmake bug?

Knitschi commented 5 years ago

I failed to create a simple cmake-qt project that creates the _autogen targets. Without the AUTOMOC option, the files are still at the expected location in the solution explorer.

Knitschi commented 5 years ago

I asked about the problem in the CMake mailing list.

https://cmake.org/pipermail/cmake/2018-November/068592.html

Knitschi commented 5 years ago

The problem does not occurr when using non-hunter Qt 5.9.7. I wait for the next working hunter qt package probably Qt 5.12 and see if the problem exists there.