Switch examples to build as isolated sub-builds
Pick-to: 6.2 6.3 Task-number: QTBUG-90820 Change-Id: Ife7b112e7a800460740f21a69d2ac85133bf0827 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
parent
07ea79b92b
commit
0d9dc44fef
|
@ -1,10 +1,10 @@
|
|||
add_subdirectory(heartrate-server)
|
||||
qt_internal_add_example(heartrate-server)
|
||||
if(TARGET Qt::Widgets)
|
||||
add_subdirectory(btchat)
|
||||
add_subdirectory(btscanner)
|
||||
qt_internal_add_example(btchat)
|
||||
qt_internal_add_example(btscanner)
|
||||
endif()
|
||||
if(TARGET Qt::Quick)
|
||||
add_subdirectory(pingpong)
|
||||
add_subdirectory(lowenergyscanner)
|
||||
add_subdirectory(heartrate-game)
|
||||
qt_internal_add_example(pingpong)
|
||||
qt_internal_add_example(lowenergyscanner)
|
||||
qt_internal_add_example(heartrate-game)
|
||||
endif()
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
if(TARGET Qt::Widgets)
|
||||
add_subdirectory(annotatedurl)
|
||||
add_subdirectory(ndefeditor)
|
||||
qt_internal_add_example(annotatedurl)
|
||||
qt_internal_add_example(ndefeditor)
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue