diff options
Diffstat (limited to 'graphics/libx3dtk/files/patch-examples-nodeCounter-nodeCounter.pro')
-rw-r--r-- | graphics/libx3dtk/files/patch-examples-nodeCounter-nodeCounter.pro | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/libx3dtk/files/patch-examples-nodeCounter-nodeCounter.pro b/graphics/libx3dtk/files/patch-examples-nodeCounter-nodeCounter.pro new file mode 100644 index 000000000000..6e120e86904d --- /dev/null +++ b/graphics/libx3dtk/files/patch-examples-nodeCounter-nodeCounter.pro @@ -0,0 +1,13 @@ +*** examples/nodeCounter/nodeCounter.pro.orig Sat Oct 29 16:10:28 2005 +--- examples/nodeCounter/nodeCounter.pro Sat Oct 29 16:10:38 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 + |