equal
deleted
inserted
replaced
|
1 TEMPLATE = app |
|
2 TARGET = attached |
|
3 DEPENDPATH += . |
|
4 INCLUDEPATH += . |
|
5 QT += declarative |
|
6 |
|
7 # Input |
|
8 SOURCES += main.cpp \ |
|
9 person.cpp \ |
|
10 birthdayparty.cpp |
|
11 HEADERS += person.h \ |
|
12 birthdayparty.h |
|
13 RESOURCES += attached.qrc |
|
14 target.path = $$[QT_INSTALL_EXAMPLES]/declarative/extending/attached |
|
15 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS attached.pro |
|
16 sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/extending/attached |
|
17 INSTALLS += target sources |