I have a large cmake controlled project in which I want a part to use the scxml state machine from qt. My question is the following:
How can i add the scxml module without having a pro file which i understand does not work with cmake?
Something like:
QT += scxm
Bisides to adding Scxml to
find_package(...)macro, additional CMake steps are required to integrate Qt SCXML into your application: