summaryrefslogtreecommitdiffstats
path: root/src/qdbus/qdbusviewer/qdbusviewer.pro
blob: 07a47cd4c19a6f42c966bd857cc352a342e61134 (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
HEADERS         = qdbusviewer.h \
                  qdbusmodel.h \
                  servicesproxymodel.h \
                  propertydialog.h \
                  logviewer.h \
                  mainwindow.h

SOURCES         = qdbusviewer.cpp \
                  qdbusmodel.cpp \
                  servicesproxymodel.cpp \
                  propertydialog.cpp \
                  logviewer.cpp \
                  mainwindow.cpp \
                  main.cpp \

RESOURCES += qdbusviewer.qrc

QT += widgets dbus-private xml

mac {
    ICON = images/qdbusviewer.icns
    QMAKE_INFO_PLIST = Info_mac.plist
}

win32 {
    RC_ICONS = images/qdbusviewer.ico
}

load(qt_app)