74cb331af3
Change-Id: I1c51b10af4e2b26f54740f257164c56a0e2a03ce Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
19 lines
458 B
Plaintext
19 lines
458 B
Plaintext
# Generated from sql.pro.
|
|
|
|
if(NOT TARGET Qt::Widgets)
|
|
return()
|
|
endif()
|
|
add_subdirectory(books)
|
|
add_subdirectory(drilldown)
|
|
add_subdirectory(cachedtable)
|
|
add_subdirectory(querymodel)
|
|
add_subdirectory(relationaltablemodel)
|
|
add_subdirectory(sqlwidgetmapper)
|
|
add_subdirectory(tablemodel)
|
|
if(TARGET Qt::Xml)
|
|
add_subdirectory(masterdetail)
|
|
endif()
|
|
if(QT_BUILD_PARTS___contains___tools AND NOT CMAKE_CROSSCOMPILING)
|
|
add_subdirectory(sqlbrowser)
|
|
endif()
|