From aedbbbdcea8393035c7684ced6550dd381e603f6 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Mon, 13 Apr 2020 20:30:35 +0200 Subject: [PATCH] Revert --- app/SysTray-X/SysTray-X.pro | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) 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)