diff options
Diffstat (limited to 'examples/declarative/tutorials/extending/chapter3-bindings/chapter3-bindings.pro')
-rw-r--r-- | examples/declarative/tutorials/extending/chapter3-bindings/chapter3-bindings.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/declarative/tutorials/extending/chapter3-bindings/chapter3-bindings.pro b/examples/declarative/tutorials/extending/chapter3-bindings/chapter3-bindings.pro new file mode 100644 index 0000000..bd05ebe --- /dev/null +++ b/examples/declarative/tutorials/extending/chapter3-bindings/chapter3-bindings.pro @@ -0,0 +1,5 @@ +QT += declarative + +HEADERS += musician.h +SOURCES += musician.cpp \ + main.cpp |