blob: 3b6757533a52019fb0e3efa51e8d2a6f2ece1eee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
qtiplot/qtiplot.pro | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/qtiplot/qtiplot.pro b/qtiplot/qtiplot.pro
index 99e0e36..b7cf373 100755
--- a/qtiplot/qtiplot.pro
+++ b/qtiplot/qtiplot.pro
@@ -20,6 +20,7 @@ LIBS += $$MUPARSER_LIBS
LIBS += $$QWT_LIBS
LIBS += $$QWT3D_LIBS
LIBS += $$GSL_LIBS
+LIBS += -lz
#############################################################################
###################### BASIC PROJECT PROPERTIES #############################
|