From 26849018aa3b16c73f8ba21727c88b6f949b1f9f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 30 Sep 2006 20:05:36 +0000 Subject: [PATCH] Cleaned up build and indenting --- examples/osgsimpleviewerQT3/GNUmakefile.inst | 2 +- examples/osgsimpleviewerQT3/osgsimpleviewerQT3.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/osgsimpleviewerQT3/GNUmakefile.inst b/examples/osgsimpleviewerQT3/GNUmakefile.inst index 15c151db4..5afed00d2 100644 --- a/examples/osgsimpleviewerQT3/GNUmakefile.inst +++ b/examples/osgsimpleviewerQT3/GNUmakefile.inst @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgsimpleviewerQT3.cpp\ -LIBS += -losgDB -losgUtil -losg -lglut $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgDB -losgUtil -losg -lqt-mt $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) EXEC = osgsimpleviewerQT3 diff --git a/examples/osgsimpleviewerQT3/osgsimpleviewerQT3.cpp b/examples/osgsimpleviewerQT3/osgsimpleviewerQT3.cpp index 43d165a94..95bd7a0e9 100644 --- a/examples/osgsimpleviewerQT3/osgsimpleviewerQT3.cpp +++ b/examples/osgsimpleviewerQT3/osgsimpleviewerQT3.cpp @@ -105,7 +105,7 @@ int main( int argc, char **argv ) { QApplication a( argc, argv ); - if (argc<2) + if (argc<2) { std::cout << argv[0] <<": requires filename argument." << std::endl; return 1;