aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro')
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro b/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro
deleted file mode 100644
index f5dc31a3db..0000000000
--- a/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-QT += declarative qtquick1
-
-HEADERS += piechart.h \
- pieslice.h
-SOURCES += piechart.cpp \
- pieslice.cpp \
- main.cpp