TEMPLATE = lib CONFIG *= staticlib TARGET = x3dkerneltypes HEADERS = Platform.h \ X3DBaseTypes.h \ SFString.h \ SFVec3f.h \ SFVec2f.h \ SFPoint3f.h \ SFPoint2f.h \ SFMatrix34f.h \ BBox.h \ X3DTypes.h \ X3DFileElement.h \ BaseRecorder.h \ Recorder.h \ CLog.h SOURCES = X3DBaseTypes.cpp \ SFString.cpp \ SFVec3f.cpp \ SFVec2f.cpp \ SFPoint3f.cpp \ SFPoint2f.cpp \ SFMatrix34f.cpp \ BBox.cpp \ X3DFileElement.cpp \ BaseRecorder.cpp \ CLog.cpp include(../../X3DToolKit.pri) INCLUDEPATH += ../../../include/X3DTK INCLUDEPATH += ../../../include/X3DTK/private DESTDIR = ../../../lib/static OBJECTS_DIR = ../../../obj