summaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/binding/binding.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/extending/binding/binding.pro')
-rw-r--r--examples/declarative/extending/binding/binding.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/declarative/extending/binding/binding.pro b/examples/declarative/extending/binding/binding.pro
new file mode 100644
index 0000000..8298565
--- /dev/null
+++ b/examples/declarative/extending/binding/binding.pro
@@ -0,0 +1,15 @@
+TEMPLATE = app
+TARGET = binding
+DEPENDPATH += .
+INCLUDEPATH += .
+QT += declarative
+
+# Input
+SOURCES += main.cpp \
+ person.cpp \
+ birthdayparty.cpp \
+ happybirthday.cpp
+HEADERS += person.h \
+ birthdayparty.h \
+ happybirthday.h
+RESOURCES += binding.qrc