diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-05-20 04:18:29 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-05-20 04:18:29 +0000 |
commit | 4b057401d2f2432a4ab2ceb6ed411448d7125041 (patch) | |
tree | 291104a23599513922fd1f09c0175c66ccb47dcb /cad/meshlab/files/patch-meshlab_meshlab.pro | |
parent | f58fc8bf82662773d999a3f8f6efd2a840ce9109 (diff) |
Notes
Diffstat (limited to 'cad/meshlab/files/patch-meshlab_meshlab.pro')
-rw-r--r-- | cad/meshlab/files/patch-meshlab_meshlab.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cad/meshlab/files/patch-meshlab_meshlab.pro b/cad/meshlab/files/patch-meshlab_meshlab.pro new file mode 100644 index 000000000000..542c3f15ed30 --- /dev/null +++ b/cad/meshlab/files/patch-meshlab_meshlab.pro @@ -0,0 +1,9 @@ +--- meshlab/meshlab.pro~ 2012-05-20 01:14:08.000000000 -0300 ++++ meshlab/meshlab.pro 2012-05-20 01:14:53.000000000 -0300 +@@ -1,3 +1,6 @@ ++# Qt 4.8 does not add -lGLU automatically with QT=opengl anymore ++LIBS += -lGLU ++ + VCGDIR = ../../../vcglib + GLEWDIR = ../external/glew-1.5.1 + #CONFIG += debug_and_release |