This commit is contained in:
Ximi1970
2020-04-13 20:30:35 +02:00
parent c96191ae62
commit aedbbbdcea

View File

@@ -36,20 +36,10 @@ unix:!macx: {
LIBS += -lX11
exists("/usr/lib/libGLdispatch.so.0.0.0")
{
#
# To solve _glapi_tls_Current undefined ref
#
LIBS += -lGLdispatch
}
exists("/usr/lib64/libGLdispatch.so.0.0.0")
{
#
# To solve _glapi_tls_Current undefined ref
#
LIBS += -lGLdispatch
}
#
# To solve _glapi_tls_Current undefined ref
#
LIBS += -lGLdispatch
}
win32: {
# QMAKE_LFLAGS += -static -lwinpthread -static-libgcc -static-libstdc++ $$(QMAKE_LFLAGS_WINDOWS)