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

#####################################################################
## cachedtable Binary:
#####################################################################

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