2012-02-16 04:43:03 +00:00
|
|
|
QT += 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 += default.qrc
|
2012-02-21 15:17:16 +00:00
|
|
|
|
2012-11-29 15:02:34 +00:00
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qml/referenceexamples/default
|
|
|
|
INSTALLS += target
|