Last change
on this file since 651 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
-
Property svn:eol-style
set to
native
|
File size:
521 bytes
|
Line | |
---|
1 | HEADERS += stickman.h \
|
---|
2 | animation.h \
|
---|
3 | node.h \
|
---|
4 | lifecycle.h \
|
---|
5 | graphicsview.h
|
---|
6 | SOURCES += main.cpp \
|
---|
7 | stickman.cpp \
|
---|
8 | animation.cpp \
|
---|
9 | node.cpp \
|
---|
10 | lifecycle.cpp \
|
---|
11 | graphicsview.cpp
|
---|
12 |
|
---|
13 | RESOURCES += stickman.qrc
|
---|
14 |
|
---|
15 | # install
|
---|
16 | target.path = $$[QT_INSTALL_EXAMPLES]/animation/stickman
|
---|
17 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS stickman.pro
|
---|
18 | sources.path = $$[QT_INSTALL_EXAMPLES]/animation/stickman
|
---|
19 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.