diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-03-23 22:58:57 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-03-23 22:58:57 (GMT) |
commit | 732f3d1e2c8f63972a9a1ca477d1a9ac34361534 (patch) | |
tree | 325dc09e36e39d0a800dd6a8b0d68cc38ce012c0 /tests/auto/math3d/qvectornd/qvectornd.pro | |
parent | dc789e34bd2ff519024af077bebdf09c85e138e0 (diff) | |
download | Qt-732f3d1e2c8f63972a9a1ca477d1a9ac34361534.zip Qt-732f3d1e2c8f63972a9a1ca477d1a9ac34361534.tar.gz Qt-732f3d1e2c8f63972a9a1ca477d1a9ac34361534.tar.bz2 |
Import shader implementation from before the history cut.
Diffstat (limited to 'tests/auto/math3d/qvectornd/qvectornd.pro')
-rw-r--r-- | tests/auto/math3d/qvectornd/qvectornd.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/math3d/qvectornd/qvectornd.pro b/tests/auto/math3d/qvectornd/qvectornd.pro new file mode 100644 index 0000000..0981637 --- /dev/null +++ b/tests/auto/math3d/qvectornd/qvectornd.pro @@ -0,0 +1,5 @@ +load(qttest_p4) +VPATH += ../shared +INCLUDEPATH += ../shared +HEADERS += math3dincludes.h +SOURCES += tst_qvectornd.cpp |