qt5base-lts/examples/sql/tablemodel/CMakeLists.txt

18 lines
468 B
CMake
Raw Normal View History

# 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
)