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