summaryrefslogtreecommitdiffstats
path: root/src/qdbus/qdbusviewer/CMakeLists.txt
blob: 101107c086e829aa4daa426429265e5888ec3677 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Generated from qdbusviewer.pro.

#####################################################################
## qdbusviewer Binary:
#####################################################################

qt_add_executable(qdbusviewer
    GUI
    SOURCES
        logviewer.cpp logviewer.h
        main.cpp
        mainwindow.cpp mainwindow.h
        propertydialog.cpp propertydialog.h
        qdbusmodel.cpp qdbusmodel.h
        qdbusviewer.cpp qdbusviewer.h
        servicesproxymodel.cpp servicesproxymodel.h
    LIBRARIES
        Qt::DBusPrivate
    PUBLIC_LIBRARIES
        Qt::DBus
        Qt::Gui
        Qt::Widgets
        Qt::Xml
)

# Resources:
set(qdbusviewer_resource_files
    "images/qdbusviewer-128.png"
    "images/qdbusviewer.png"
)

qt_add_resource(qdbusviewer "qdbusviewer"
    PREFIX
        "/qt-project.org/qdbusviewer"
    FILES
        ${qdbusviewer_resource_files}
)


## Scopes:
#####################################################################

#### Keys ignored in scope 2:.:.:qdbusviewer.pro:APPLE:
# ICON = "images/qdbusviewer.icns"
# QMAKE_INFO_PLIST = "Info_mac.plist"

#### Keys ignored in scope 3:.:.:qdbusviewer.pro:WIN32:
# RC_FILE = "qdbusviewer.rc"