qt5base-lts/examples/sql/tablemodel/CMakeLists.txt
Tobias Hunger 64c6c943c7 CMake: Add more examples
Change-Id: I7a8a3fd0a844a518592957fe07c6e707dd452d5f
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2019-03-26 13:03:01 +00:00

18 lines
468 B
CMake

# Generated from tablemodel.pro.
#####################################################################
## tablemodel Binary:
#####################################################################
add_qt_executable(tablemodel
GUI
OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/sql/tablemodel"
INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/sql/tablemodel"
SOURCES
../connection.h
tablemodel.cpp
LIBRARIES
Qt::Sql
Qt::Widgets
)