summaryrefslogtreecommitdiffstats
path: root/src/gui/math3d/math3d.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/math3d/math3d.pri')
-rw-r--r--src/gui/math3d/math3d.pri7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/gui/math3d/math3d.pri b/src/gui/math3d/math3d.pri
index e4dd53a68e..0cbc3db0e1 100644
--- a/src/gui/math3d/math3d.pri
+++ b/src/gui/math3d/math3d.pri
@@ -4,12 +4,11 @@ HEADERS += \
math3d/qquaternion.h \
math3d/qvector2d.h \
math3d/qvector3d.h \
- math3d/qvector4d.h
+ math3d/qvector4d.h \
+ math3d/qvectornd.h \
SOURCES += \
math3d/qgenericmatrix.cpp \
math3d/qmatrix4x4.cpp \
math3d/qquaternion.cpp \
- math3d/qvector2d.cpp \
- math3d/qvector3d.cpp \
- math3d/qvector4d.cpp
+ math3d/qvectornd.cpp \