Cleaned up build and indenting

This commit is contained in:
Robert Osfield
2006-09-30 20:05:36 +00:00
parent e6b08dcda3
commit 26849018aa
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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;