64c6c943c7
Change-Id: I7a8a3fd0a844a518592957fe07c6e707dd452d5f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
18 lines
389 B
CMake
18 lines
389 B
CMake
# Generated from sql.pro.
|
|
|
|
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()
|