summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/api/api.pri
blob: bd792dae7fb192065c2872a267e2fa93599cce0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

SOURCES +=  $$PWD/qeglfswindow.cpp \
            $$PWD/qeglfsscreen.cpp \
            $$PWD/qeglfscursor.cpp \
            $$PWD/qeglfshooks.cpp \
            $$PWD/qeglfsdeviceintegration.cpp \
            $$PWD/qeglfsintegration.cpp \
            $$PWD/qeglfscontext.cpp \
            $$PWD/qeglfsoffscreenwindow.cpp

HEADERS +=  $$PWD/qeglfswindow_p.h \
            $$PWD/qeglfsscreen_p.h \
            $$PWD/qeglfscursor_p.h \
            $$PWD/qeglfshooks_p.h \
            $$PWD/qeglfsdeviceintegration_p.h \
            $$PWD/qeglfsintegration_p.h \
            $$PWD/qeglfscontext_p.h \
            $$PWD/qeglfsoffscreenwindow_p.h \
            $$PWD/qeglfsglobal.h

INCLUDEPATH += $$PWD