b936b95965
With the move to the QPA architecture EGL is now only required by individual platform plugins and the configure script has been adjusted to reflect this. Change-Id: Ieadacef0b970f29752d9e3e36a007e5cbb005b0d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
11 lines
206 B
Prolog
11 lines
206 B
Prolog
SOURCES = egl.cpp
|
|
|
|
for(p, QMAKE_LIBDIR_EGL) {
|
|
exists($$p):LIBS += -L$$p
|
|
}
|
|
|
|
!isEmpty(QMAKE_INCDIR_EGL): INCLUDEPATH += $$QMAKE_INCDIR_EGL
|
|
!isEmpty(QMAKE_LIBS_EGL): LIBS += $$QMAKE_LIBS_EGL
|
|
|
|
CONFIG -= qt
|