ca635c659c
They seem to work just fine. Change-Id: I8cf3e682e158c67367d76fe68f5829df67d1e449 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
5 lines
109 B
CMake
5 lines
109 B
CMake
add_subdirectory("qstandarditem")
|
|
if (QT_FEATURE_widgets)
|
|
add_subdirectory("qstandarditemmodel")
|
|
endif()
|