2014-02-18 13:38:43 +00:00
|
|
|
QT = core qml
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
SOURCES += main.cpp \
|
|
|
|
person.cpp \
|
2014-01-15 21:01:15 +00:00
|
|
|
birthdayparty.cpp
|
2011-04-27 10:05:43 +00:00
|
|
|
HEADERS += person.h \
|
|
|
|
birthdayparty.h
|
|
|
|
RESOURCES += coercion.qrc
|
2012-02-21 15:17:16 +00:00
|
|
|
|
2012-11-29 15:02:34 +00:00
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qml/referenceexamples/coercion
|
|
|
|
INSTALLS += target
|