53da069b32
Only widgets is required here, so drop the dependency on QT_BUILD_PARTS and just depend on widgets. Pick-to: 5.15 Change-Id: Idaae547b69ffd91681900b33c73e4a341011c30c Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
11 lines
220 B
CMake
11 lines
220 B
CMake
# Generated from qtestlib.pro.
|
|
|
|
if(NOT TARGET Qt::Widgets)
|
|
return()
|
|
endif()
|
|
add_subdirectory(tutorial1)
|
|
add_subdirectory(tutorial2)
|
|
add_subdirectory(tutorial3)
|
|
add_subdirectory(tutorial4)
|
|
add_subdirectory(tutorial5)
|