mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-02-04 13:29:02 +01:00
Revert
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user