summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pro
blob: e76d38079f1f87e15ede6ba4392f4bc2d0c8f847 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += widgets declarative

HEADERS += piechart.h \
           pieslice.h 
SOURCES += piechart.cpp \
           pieslice.cpp \
           main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtquick1/declarative/tutorials/extending/chapter5-listproperties
sources.files = $$SOURCES $$HEADERS app.qml chapter5-listproperties.pro
sources.path = $$[QT_INSTALL_EXAMPLES]//qtquick1/declarative/tutorials/extending/chapter5-listproperties
INSTALLS += target sources