Hi Mark, On 11/10/06, Mark Acosta <[EMAIL PROTECTED]> wrote:
I tried osgsimpleviewerGLUT/QT3/FLTK and they all work fine. I suppose I could switch. I wanted to use QT anyway. By the way, osgsimpleviewerQT3 won't compile for me because your settings for INC and LDFLAGS in the make file are not correct for my system (FC6). I set them to:INC += -I$(QTINC) LDFLAGS += -L$(QTLIB) I don't know if QTINC and QTLIB are defined across all systems with QT so I'm not sure if this is the right thing to do for everybody. Plus, this also won't work if I'm compiling 32 bit binaries on a 64 bit system so I don't know what the right solution is.
The right way to QT is probably to use qmake. These examples very new so getting them to work perfectly across all platforms hasn't been exercised yet. Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
