2019-03-18 18:26:24 +00:00
|
|
|
# Generated from sql.pro.
|
|
|
|
|
2020-07-07 13:24:45 +00:00
|
|
|
if(NOT TARGET Qt::Widgets)
|
|
|
|
return()
|
|
|
|
endif()
|
2019-03-18 18:26:24 +00:00
|
|
|
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(NOT CMAKE_CROSSCOMPILING) # special case
|
|
|
|
add_subdirectory(sqlbrowser)
|
|
|
|
endif()
|