diff options
author | Karsten Heimrich <karsten.heimrich@qt.io> | 2020-08-18 14:26:50 +0200 |
---|---|---|
committer | Karsten Heimrich <karsten.heimrich@qt.io> | 2020-08-24 20:10:25 +0200 |
commit | a735038376e1c229c293c36bd67800851323baf1 (patch) | |
tree | 4b0621b9a0b322ecb45e3843b3d7c3bacd90296f /examples/widgets/CMakeLists.txt | |
parent | 43f01ec2e5bc52b290098d0fca1dd4ae40f2c6d3 (diff) | |
download | qtbase-a735038376e1c229c293c36bd67800851323baf1.tar.gz |
Move QStateMachine from QtCore to QtScxml
Task-number: QTBUG-80316
Change-Id: I2ee74110fd55e94d86321d3b3dc5bb8297424ed4
Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
Diffstat (limited to 'examples/widgets/CMakeLists.txt')
-rw-r--r-- | examples/widgets/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/widgets/CMakeLists.txt b/examples/widgets/CMakeLists.txt index 6f4ce76e6e..5026a40a80 100644 --- a/examples/widgets/CMakeLists.txt +++ b/examples/widgets/CMakeLists.txt @@ -17,7 +17,6 @@ add_subdirectory(layouts) add_subdirectory(painting) add_subdirectory(richtext) add_subdirectory(scroller) -add_subdirectory(statemachine) add_subdirectory(tools) add_subdirectory(touch) add_subdirectory(tutorials) |