diff options
Diffstat (limited to 'doc/src/snippets/matrix/matrix.pro')
-rw-r--r-- | doc/src/snippets/matrix/matrix.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/src/snippets/matrix/matrix.pro b/doc/src/snippets/matrix/matrix.pro new file mode 100644 index 0000000..91c307d --- /dev/null +++ b/doc/src/snippets/matrix/matrix.pro @@ -0,0 +1,11 @@ +###################################################################### +# Automatically generated by qmake (2.00a) Fri Jan 6 16:44:56 2006 +###################################################################### + +TEMPLATE = app +TARGET += +DEPENDPATH += . +INCLUDEPATH += . + +# Input +SOURCES += matrix.cpp |