Skip to content

Commit a2e0f3d

Browse files
committed
CMake: Use qt_internal_add_example for bindableproperties
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 <joerg.bornemann@qt.io>
1 parent dd052a0 commit a2e0f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/corelib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ if(QT_FEATURE_thread)
1010
add_subdirectory(threads)
1111
endif()
1212
if(QT_FEATURE_widgets)
13-
add_subdirectory(bindableproperties)
13+
qt_internal_add_example(bindableproperties)
1414
endif()

0 commit comments

Comments
 (0)