summaryrefslogtreecommitdiffstats
path: root/src/gui/platform/unix/unix.pri
blob: b203e81b243c4cf8fb7f693d7c7b9338809a7be7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SOURCES += \
    platform/unix/qunixeventdispatcher.cpp \
    platform/unix/qgenericunixeventdispatcher.cpp

HEADERS += \
    platform/unix/qunixeventdispatcher_qpa_p.h \
    platform/unix/qgenericunixeventdispatcher_p.h


qtConfig(glib) {
    SOURCES += platform/unix/qeventdispatcher_glib.cpp
    HEADERS += platform/unix/qeventdispatcher_glib_p.h
    QMAKE_USE_PRIVATE += glib
}

if(unix:!uikit)|qtConfig(xcb) {
    SOURCES += \
        platform/unix/qgenericunixservices.cpp
    HEADERS += \
        platform/unix/qgenericunixservices_p.h

    qtHaveModule(dbus): QT_PRIVATE += dbus
}