summaryrefslogtreecommitdiffstats
path: root/3rdparty/lib3ds/lib3ds.pri
diff options
context:
space:
mode:
authordpope <[email protected]>2012-02-03 15:45:25 +1000
committerRohan McGovern <[email protected]>2012-02-10 07:24:48 +0100
commitbc66ec0bc5f548a72d21557d529f2d03c7417f09 (patch)
tree53aa0444fc698cde712fb8e0486e3da1a56f853d /3rdparty/lib3ds/lib3ds.pri
parent98451b5e136af38b00b008ae58ec8243c981eee4 (diff)
Deprecation of the qt/quick3d repository.HEADmaster
Change-Id: I271146636615ab16f79ad3e66985076e2bd7a95c Reviewed-by: Sarah Jane Smith <[email protected]>
Diffstat (limited to '3rdparty/lib3ds/lib3ds.pri')
-rw-r--r--3rdparty/lib3ds/lib3ds.pri44
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