diff options
Diffstat (limited to 'graphics/autoq3d/files/patch-AutoQ3D.pro')
-rw-r--r-- | graphics/autoq3d/files/patch-AutoQ3D.pro | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/graphics/autoq3d/files/patch-AutoQ3D.pro b/graphics/autoq3d/files/patch-AutoQ3D.pro index d2e6e510229d..942b031fd272 100644 --- a/graphics/autoq3d/files/patch-AutoQ3D.pro +++ b/graphics/autoq3d/files/patch-AutoQ3D.pro @@ -1,10 +1,10 @@ ---- AutoQ3D.pro~ 2012-05-19 22:52:00.000000000 -0300
-+++ AutoQ3D.pro 2012-05-19 22:56:52.000000000 -0300
-@@ -8,6 +8,7 @@
- win32:LIBS+= -L$(QTDIR)/plugins/imageformats -lqjpeg4
-
- QT += opengl
-+LIBS += -lGLU
- DEPENDPATH += . \
- src \
- src/cmds \
+--- ./AutoQ3D.pro.orig 2012-12-02 18:48:47.000000000 -0500 ++++ ./AutoQ3D.pro 2012-12-02 18:48:47.000000000 -0500 +@@ -8,6 +8,7 @@ + win32:LIBS+= -L$(QTDIR)/plugins/imageformats -lqjpeg4 + + QT += opengl ++LIBS += -lGLU + DEPENDPATH += . \ + src \ + src/cmds \ |