summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/dbustray/dbustray.pri
blob: 734ee5fb40bd448581f8e14c2be935e13041de13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT_FOR_PRIVATE += dbus

INCLUDEPATH += $$PWD $$PWD/../../gui/kernel

HEADERS += \
    $$PWD/qdbustrayicon_p.h \
    $$PWD/qdbustraytypes_p.h \
    $$PWD/qstatusnotifieritemadaptor_p.h \
    $$PWD/qxdgnotificationproxy_p.h \

SOURCES += \
    $$PWD/qdbustrayicon.cpp \
    $$PWD/qdbustraytypes.cpp \
    $$PWD/qstatusnotifieritemadaptor.cpp \
    $$PWD/qxdgnotificationproxy.cpp \