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

INCLUDEPATH += $$PWD

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 \