mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-18 10:34:41 +00:00
Add headers and sources to parse VRML file
This commit is contained in:
parent
66c53d29ab
commit
f67dd63cdc
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user