2023-03-17 14:42:47 +00:00
|
|
|
QT += qml quick
|
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 \
|
|
|
|
birthdayparty.cpp \
|
2014-01-15 21:01:15 +00:00
|
|
|
happybirthdaysong.cpp
|
2011-04-27 10:05:43 +00:00
|
|
|
HEADERS += person.h \
|
|
|
|
birthdayparty.h \
|
|
|
|
happybirthdaysong.h
|
|
|
|
RESOURCES += valuesource.qrc
|