Skip to content

Commit f383e92

Browse files
committed
add linux lib
1 parent e49771e commit f383e92

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tfsviewer.pro

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,12 @@ TRANSLATIONS += \
4242

4343
DEFINES += QCUSTOMPLOT_USE_OPENGL
4444

45-
LIBS += -lopengl32
45+
win32 {
46+
LIBS += -lopengl32
47+
}
48+
unix {
49+
LIBS += -lOpenGL
50+
}
4651

4752
# Default rules for deployment.
4853
qnx: target.path = /tmp/$${TARGET}/bin

0 commit comments

Comments
 (0)