summaryrefslogtreecommitdiffstats
path: root/config.tests/qpa/eglfs-egldevice/eglfs-egldevice.pro
blob: d0945465a050766226f4c9a1ee43f0d3f17c5a72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SOURCES = eglfs-egldevice.cpp

for(p, QMAKE_LIBDIR_EGL) {
    LIBS += -L$$p
}

INCLUDEPATH += $$QMAKE_INCDIR_EGL
LIBS += $$QMAKE_LIBS_EGL
CONFIG += link_pkgconfig
!contains(QT_CONFIG, no-pkg-config) {
    PKGCONFIG += libdrm
} else {
    LIBS += -ldrm
}
CONFIG -= qt