summaryrefslogtreecommitdiffstats
path: root/examples/sql/masterdetail/CMakeLists.txt
blob: 8c73675e555d9b98b591df2242d97c16dcd78d37 (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
29
30
# Generated from masterdetail.pro.

#####################################################################
## masterdetail Binary:
#####################################################################

add_qt_executable(masterdetail
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/sql/masterdetail"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/sql/masterdetail"
    SOURCES
        database.h
        dialog.cpp dialog.h
        main.cpp
        mainwindow.cpp mainwindow.h
    LIBRARIES
        Qt::Sql
        Qt::Widgets
        Qt::Xml
        Qt::Widgets
)

# Resources:
add_qt_resource(masterdetail "masterdetail" FILES
    images/icon.png
    images/image.png)


#### Keys ignored in scope 1:.:masterdetail.pro:<NONE>:
# EXAMPLE_FILES = "albumdetails.xml"