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

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

INCLUDEPATH += $$QMAKE_INCDIR_EGL
LIBS += $$QMAKE_LIBS_EGL

LIBS += -ldrm

CONFIG -= qt