qt6-bb10/src/widgets/statemachine
Lars Knoll 8d330f55ba Fix build with statemachine feature disabled
The sources of the state machine are excluded completely at the build
system level instead of littering them with #ifs.

All remaining usages of QT_NO_STATEMACHINE are converted to
QT_CONFIG(statemachine) or a QT_REQUIRE_CONFIG(statemachine).

Also make the qeventtransition feature dependent on statemachine.

Change-Id: Ib05c7ca263a02042523fff8f794fa87342df1069
Reviewed-by: Jake Petroules <jake.petroules@qt.io>
2016-10-11 06:05:09 +00:00
..
qbasickeyeventtransition.cpp Fix build with statemachine feature disabled 2016-10-11 06:05:09 +00:00
qbasickeyeventtransition_p.h Fix build with statemachine feature disabled 2016-10-11 06:05:09 +00:00
qbasicmouseeventtransition.cpp Fix build with statemachine feature disabled 2016-10-11 06:05:09 +00:00
qbasicmouseeventtransition_p.h Fix build with statemachine feature disabled 2016-10-11 06:05:09 +00:00
qguistatemachine.cpp Fix build with statemachine feature disabled 2016-10-11 06:05:09 +00:00
qkeyeventtransition.cpp Fix build with statemachine feature disabled 2016-10-11 06:05:09 +00:00
qkeyeventtransition.h Fix build with statemachine feature disabled 2016-10-11 06:05:09 +00:00
qmouseeventtransition.cpp Fix build with statemachine feature disabled 2016-10-11 06:05:09 +00:00
qmouseeventtransition.h Fix build with statemachine feature disabled 2016-10-11 06:05:09 +00:00
statemachine.pri Fix build with statemachine feature disabled 2016-10-11 06:05:09 +00:00