Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
CMake and Qt Plugin
-
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 !