Add headers and sources to parse VRML file

This commit is contained in:
Gianpaolo Palma gianpaolopalma 2008-02-20 21:55:27 +00:00
parent 66c53d29ab
commit f67dd63cdc

View File

@ -1,9 +1,9 @@
TEMPLATE = lib
CONFIG += plugin
INCLUDEPATH += ../.. ../../../../sf ../../../../code/lib/glew/include
HEADERS = io_x3d.h import_x3d.h export_x3d.h util_x3d.h
HEADERS = io_x3d.h import_x3d.h export_x3d.h util_x3d.h ./vrml/Parser.h ./vrml/Scanner.h
SOURCES = io_x3d.cpp
SOURCES = io_x3d.cpp ./vrml/Parser.cpp ./vrml/Scanner.cpp
QT += opengl
QT += xml