diff --git a/app/SysTray-X/SysTray-X.pro b/app/SysTray-X/SysTray-X.pro index 35e6d59..b435d0a 100644 --- a/app/SysTray-X/SysTray-X.pro +++ b/app/SysTray-X/SysTray-X.pro @@ -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)