OpenSceneGraph/examples/osgsimpleviewerQT4/GNUmakefile

19 lines
381 B
Makefile
Raw Normal View History

2006-10-01 21:26:02 +08:00
TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgsimpleviewerQT4.cpp\
LIBS += -losgViewer -losgGA -losgDB -losgUtil -losg -lQtOpenGL -lQtGui -lQtCore $(GL_LIBS) $(OTHER_LIBS)
2006-10-01 21:26:02 +08:00
INSTFILES = \
$(CXXFILES)\
GNUmakefile.inst=GNUmakefile
EXEC = osgsimpleviewerQT4
INC += -I$(QT4_ROOT)/include
LDFLAGS += -L$(QT4_ROOT)/lib
include $(TOPDIR)/Make/makerules