diff options
Diffstat (limited to '3rdparty/lib3ds/lib3ds.pri')
-rw-r--r-- | 3rdparty/lib3ds/lib3ds.pri | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/3rdparty/lib3ds/lib3ds.pri b/3rdparty/lib3ds/lib3ds.pri deleted file mode 100644 index 4f08f981..00000000 --- a/3rdparty/lib3ds/lib3ds.pri +++ /dev/null @@ -1,44 +0,0 @@ -INCLUDEPATH += $$PWD $$PWD/.. -VPATH += $$PWD - -HEADERS += \ - atmosphere.h \ - background.h \ - camera.h \ - chunk.h \ - chunktable.h \ - ease.h \ - file.h \ - io.h \ - light.h \ - material.h \ - matrix.h \ - mesh.h \ - node.h \ - quat.h \ - shadow.h \ - tcb.h \ - tracks.h \ - types.h \ - vector.h \ - viewport.h - -SOURCES += \ - atmosphere.c \ - background.c \ - camera.c \ - chunk.c \ - ease.c \ - file.c \ - io.c \ - light.c \ - material.c \ - matrix.c \ - mesh.c \ - node.c \ - quat.c \ - shadow.c \ - tcb.c \ - tracks.c \ - vector.c \ - viewport.c |