aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro
blob: 6d5c7acb6ca99ce75391397fceffb2e09946d2ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
QT += qml quick

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

RESOURCES += chapter4-customPropertyTypes.qrc

DESTPATH = $$[QT_INSTALL_EXAMPLES]/qml/tutorials/extending/chapter4-customPropertyTypes
target.path = $$DESTPATH

qml.files = *.qml
qml.path = $$DESTPATH

INSTALLS += target qml