summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2017-04-02 11:18:55 +0100
committerSean Harmer <sean.harmer@kdab.com>2017-04-02 19:02:20 +0000
commit89644c7f31b59fbb186bdcafd30c3aefb9ee0644 (patch)
tree8706f2c77616d3535e763dddaf7c87a95c89e031 /src/3rdparty
parentd85de164564f90016a014f4034861a24e08f79af (diff)
Fix qmake warning caused by incorrect capitalization
Change-Id: Ibe0134eafa986e93e725fd4fc98177b69938b1df Reviewed-by: Mike Krus <mike.krus@kdab.com>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/assimp/assimp.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/assimp/assimp.pri b/src/3rdparty/assimp/assimp.pri
index 8167b66a3..4c0eb40c9 100644
--- a/src/3rdparty/assimp/assimp.pri
+++ b/src/3rdparty/assimp/assimp.pri
@@ -251,7 +251,7 @@ HEADERS += revision.h \
code/SplitLargeMeshes.h \
code/StandardShapes.h \
code/StdOStreamLogStream.h \
- code/STEPExporter.h \
+ code/StepExporter.h \
code/STEPFile.h \
code/STEPFileEncoding.h \
code/STEPFileReader.h \