mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-05-06 18:17:17 +02:00
Optional GLdispatch
This commit is contained in:
@@ -39,7 +39,13 @@ unix:!macx: {
|
||||
#
|
||||
# To solve _glapi_tls_Current undefined ref
|
||||
#
|
||||
LIBS += -lGLdispatch
|
||||
exists( /usr/lib/libGLdispatch* ) {
|
||||
LIBS += -lGLdispatch
|
||||
}
|
||||
exists( /usr/lib64/libGLdispatch* ) {
|
||||
LIBS += -lGLdispatch
|
||||
}
|
||||
|
||||
}
|
||||
win32: {
|
||||
# QMAKE_LFLAGS += -static -lwinpthread -static-libgcc -static-libstdc++ $$(QMAKE_LFLAGS_WINDOWS)
|
||||
|
||||
Reference in New Issue
Block a user