CMake and Qt Plugin
General and Desktop
1
Posts
1
Posters
662
Views
1
Watching
-
Hi !
I am currently writing Qt Plugin, using CMake instead of QMake.
Compilation is successful with QMake, but with CMake, I always have the following error:
.../src/PluginName.hpp:16: Parse error at "IID"
I suppose I don't manage to perform with CMake what the CONFIG += plugin perform for QMake.
Thanks a lot for your help !