Skip to content

Commit

Permalink
CMake: Use qt_internal_add_example for bindableproperties
Browse files Browse the repository at this point in the history
bindableproperties is the actual project, not a subdirectory with
separate examples. It should use qt_internal_add_example.

Pick-to: 6.6 6.7
Task-number: QTBUG-90820
Task-number: QTBUG-123096
Change-Id: I409d20e035956e6c236f84721b3c6882893cd547
Reviewed-by: Joerg Bornemann <[email protected]>
  • Loading branch information
alcroito committed Mar 11, 2024
1 parent dd052a0 commit a2e0f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/corelib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ if(QT_FEATURE_thread)
add_subdirectory(threads)
endif()
if(QT_FEATURE_widgets)
add_subdirectory(bindableproperties)
qt_internal_add_example(bindableproperties)
endif()

0 comments on commit a2e0f3d

Please sign in to comment.