14 lines
406 B
Prolog
14 lines
406 B
Prolog
QT += qml
|
|
|
|
SOURCES += main.cpp \
|
|
person.cpp \
|
|
birthdayparty.cpp
|
|
HEADERS += person.h \
|
|
birthdayparty.h
|
|
RESOURCES += methods.qrc
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/extending/methods
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS methods.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/extending/methods
|
|
INSTALLS += target sources
|