summaryrefslogtreecommitdiffstats
path: root/examples/sql/relationaltablemodel/CMakeLists.txt
blob: d31042cc7354c54eba84d465917c3f3cb4c06bae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated from relationaltablemodel.pro.

#####################################################################
## relationaltablemodel Binary:
#####################################################################

add_qt_executable(relationaltablemodel
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/sql/relationaltablemodel"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/sql/relationaltablemodel"
    SOURCES
        ../connection.h
        relationaltablemodel.cpp
    LIBRARIES
        Qt::Sql
        Qt::Widgets
)