2693ca59e1
We should really start using -L=/foo and -I=/foo inside of sysroots, this test was preventing us from doing so (while arguably buying us nothing). Change-Id: If6e67631c585493871231e5d8a9354fa72e07343 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
13 lines
167 B
INI
13 lines
167 B
INI
SOURCES = eglfs-egldevice.cpp
|
|
|
|
for(p, QMAKE_LIBDIR_EGL) {
|
|
LIBS += -L$$p
|
|
}
|
|
|
|
INCLUDEPATH += $$QMAKE_INCDIR_EGL
|
|
LIBS += $$QMAKE_LIBS_EGL
|
|
|
|
LIBS += -ldrm
|
|
|
|
CONFIG -= qt
|