diff options
Diffstat (limited to 'doc/src/snippets/declarative/qtbinding/stopwatch/stopwatch.pro')
-rw-r--r-- | doc/src/snippets/declarative/qtbinding/stopwatch/stopwatch.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/snippets/declarative/qtbinding/stopwatch/stopwatch.pro b/doc/src/snippets/declarative/qtbinding/stopwatch/stopwatch.pro new file mode 100644 index 0000000..d803e6a --- /dev/null +++ b/doc/src/snippets/declarative/qtbinding/stopwatch/stopwatch.pro @@ -0,0 +1,3 @@ +QT += declarative +HEADERS += stopwatch.h +SOURCES += main.cpp stopwatch.cpp |