summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/opengles2/opengles2.pro
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/unix/opengles2/opengles2.pro')
-rw-r--r--config.tests/unix/opengles2/opengles2.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/unix/opengles2/opengles2.pro b/config.tests/unix/opengles2/opengles2.pro
index c4d76895a8..da30b453c6 100644
--- a/config.tests/unix/opengles2/opengles2.pro
+++ b/config.tests/unix/opengles2/opengles2.pro
@@ -2,7 +2,7 @@ SOURCES = opengles2.cpp
INCLUDEPATH += $$QMAKE_INCDIR_OPENGL_ES2
for(p, QMAKE_LIBDIR_OPENGL_ES2) {
- exists($$p):LIBS += -L$$p
+ LIBS += -L$$p
}
CONFIG -= qt