summaryrefslogtreecommitdiffstats
path: root/examples/sql/drilldown/CMakeLists.txt
blob: a4301d3474ee75cf02f4d7a7152bb6f5b43b9b7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Generated from drilldown.pro.

#####################################################################
## drilldown Binary:
#####################################################################

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

# Resources:
add_qt_resource(drilldown "drilldown" PREFIX "/" FILES
    images/qt-creator.png
    images/qt-logo.png
    images/qt-project.png
    images/qt-quick.png)