OpenSceneGraph/examples/osgsimpleviewerQT4/GNUmakefile.inst
2006-10-01 13:26:02 +00:00

15 lines
292 B
Plaintext

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgsimpleviewerQT4.cpp\
LIBS += -losgDB -losgUtil -losg -lqt-mt $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
EXEC = osgsimpleviewerQT4
INC += -I$(QT4_ROOT)/include
LDFLAGS += -L$(QT4_ROOT)/lib
include $(TOPDIR)/Make/makerules