Change-Id: Ia5d474a3efd6aadbd0ef1537318f2f24e6c24fee Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 51f22a3a0495d8418a5d6dd0f09771c0347441b9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
10 lines
285 B
CMake
10 lines
285 B
CMake
qt_internal_add_example(htmlinfo)
|
|
qt_internal_add_example(xmlstreamlint)
|
|
if(TARGET Qt::Widgets)
|
|
qt_internal_add_example(dombookmarks)
|
|
qt_internal_add_example(streambookmarks)
|
|
endif()
|
|
if(TARGET Qt::Network AND TARGET Qt::Widgets)
|
|
qt_internal_add_example(rsslisting)
|
|
endif()
|