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