2014-02-18 13:38:43 +00:00
|
|
|
QT = core qml
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2019-09-12 15:03:52 +00:00
|
|
|
CONFIG += qmltypes
|
|
|
|
QML_IMPORT_NAME = People
|
|
|
|
QML_IMPORT_MAJOR_VERSION = 1
|
|
|
|
|
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
|