diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-18 00:15:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-18 00:15:24 +0000 |
commit | 475c319554ec0a89dded8c10f521621ca7dd7ff1 (patch) | |
tree | e482c872a263c631a15c14be6aea04ada9b3bde3 /graphics/libx3dtk/files/patch-examples-meshExtension-meshExtension.pro | |
parent | Add ICBM coordinates. Depending upon whether you trust Google Maps' (diff) |
X3DToolKit is a portable LGPL free C++ toolkit for loading, displaying and
processing X3D models
PR: ports/88184
Submitted by: German Tischler <tanis@gaspode.franken.de>
Notes
Notes:
svn path=/head/; revision=148692
Diffstat (limited to 'graphics/libx3dtk/files/patch-examples-meshExtension-meshExtension.pro')
-rw-r--r-- | graphics/libx3dtk/files/patch-examples-meshExtension-meshExtension.pro | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/libx3dtk/files/patch-examples-meshExtension-meshExtension.pro b/graphics/libx3dtk/files/patch-examples-meshExtension-meshExtension.pro new file mode 100644 index 000000000000..31668db1ec9f --- /dev/null +++ b/graphics/libx3dtk/files/patch-examples-meshExtension-meshExtension.pro @@ -0,0 +1,13 @@ +*** examples/meshExtension/meshExtension.pro.orig Sat Oct 29 16:09:42 2005 +--- examples/meshExtension/meshExtension.pro Sat Oct 29 16:09:53 2005 +*************** +*** 1,6 **** +--- 1,8 ---- + CONFIG *= thread + CONFIG -= qt + ++ INCLUDEPATH *= /usr/X11R6/include ++ + # needs to be added if the library uses Qt xml parser. Can be removed if not. + macx: QMAKE_LFLAGS += -lqt + |