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