qt5base-lts/tests/auto/gui/itemmodels/CMakeLists.txt
Lars Knoll ca635c659c Run those autotests with cmake
They seem to work just fine.

Change-Id: I8cf3e682e158c67367d76fe68f5829df67d1e449
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2020-04-15 18:55:52 +01:00

5 lines
109 B
CMake

add_subdirectory("qstandarditem")
if (QT_FEATURE_widgets)
add_subdirectory("qstandarditemmodel")
endif()