summaryrefslogtreecommitdiffstats
path: root/src/gui/platform/unix/unix.pri
blob: b0274989e0c5149ce409af510b77d9e64cc3f473 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}