diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-04-23 06:42:16 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-04-23 07:18:58 (GMT) |
commit | 3a5040ebacb177e883e2f79660194c1034fa79c2 (patch) | |
tree | cc0a943b7758052d6d2959f55b19adf8c046d32c /examples/declarative/tutorials/extending/chapter2-methods/chapter2-methods.pro | |
parent | 80d1bc3da3ac03deb321a307a87df1f5f331e48f (diff) | |
download | Qt-3a5040ebacb177e883e2f79660194c1034fa79c2.zip Qt-3a5040ebacb177e883e2f79660194c1034fa79c2.tar.gz Qt-3a5040ebacb177e883e2f79660194c1034fa79c2.tar.bz2 |
Add tutorial for writing QML extensions
Diffstat (limited to 'examples/declarative/tutorials/extending/chapter2-methods/chapter2-methods.pro')
-rw-r--r-- | examples/declarative/tutorials/extending/chapter2-methods/chapter2-methods.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/declarative/tutorials/extending/chapter2-methods/chapter2-methods.pro b/examples/declarative/tutorials/extending/chapter2-methods/chapter2-methods.pro new file mode 100644 index 0000000..bd05ebe --- /dev/null +++ b/examples/declarative/tutorials/extending/chapter2-methods/chapter2-methods.pro @@ -0,0 +1,5 @@ +QT += declarative + +HEADERS += musician.h +SOURCES += musician.cpp \ + main.cpp |