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>
11 lines
194 B
Prolog
11 lines
194 B
Prolog
SOURCES = egl.cpp
|
|
|
|
for(p, QMAKE_LIBDIR_EGL) {
|
|
LIBS += -L$$p
|
|
}
|
|
|
|
!isEmpty(QMAKE_INCDIR_EGL): INCLUDEPATH += $$QMAKE_INCDIR_EGL
|
|
!isEmpty(QMAKE_LIBS_EGL): LIBS += $$QMAKE_LIBS_EGL
|
|
|
|
CONFIG -= qt
|