Relative Content

Tag Archive for qtcmakeautomoc

CMake and AUTOMOC: Too many files processed

I want to port a quite large qmake project to CMake. I reduced my problem to two libraries of the same project, lets call them lib1 and lib2. Lib2 depends on lib1. Both have source files using Q_OBJECT. So for both libraries I want to use the AUTOMOC.