TEMPLATE = lib CONFIG *= staticlib TARGET = x3dcomponentcreators HEADERS = \ X3D_CoreCreator.h \ X3D_Geometry3DCreator.h \ X3D_GroupingCreator.h \ X3D_InterpolationCreator.h \ X3D_LightingCreator.h \ X3D_NURBSCreator.h \ X3D_RenderingCreator.h \ X3D_ShapeCreator.h \ X3D_TexturingCreator.h \ X3D_NetworkingCreator.h \ SOURCES = \ X3D_CoreCreator.cpp \ X3D_Geometry3DCreator.cpp \ X3D_GroupingCreator.cpp \ X3D_InterpolationCreator.cpp \ X3D_LightingCreator.cpp \ X3D_NURBSCreator.cpp \ X3D_RenderingCreator.cpp \ X3D_ShapeCreator.cpp \ X3D_TexturingCreator.cpp \ X3D_NetworkingCreator.cpp \ include(../../X3DToolKitLocal.pri) INCLUDEPATH += ../../include/X3DTK INCLUDEPATH += ../../include/X3DTK/private DESTDIR = ../../lib/static OBJECTS_DIR = ../../obj