Last change
on this file 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:
915 bytes
|
Rev | Line | |
---|
[556] | 1 | # Qt core animation module
|
---|
| 2 |
|
---|
| 3 | HEADERS += \
|
---|
| 4 | animation/qabstractanimation.h \
|
---|
| 5 | animation/qabstractanimation_p.h \
|
---|
| 6 | animation/qvariantanimation.h \
|
---|
| 7 | animation/qvariantanimation_p.h \
|
---|
| 8 | animation/qpropertyanimation.h \
|
---|
| 9 | animation/qpropertyanimation_p.h \
|
---|
| 10 | animation/qanimationgroup.h \
|
---|
| 11 | animation/qanimationgroup_p.h \
|
---|
| 12 | animation/qsequentialanimationgroup.h \
|
---|
| 13 | animation/qsequentialanimationgroup_p.h \
|
---|
| 14 | animation/qparallelanimationgroup.h \
|
---|
| 15 | animation/qparallelanimationgroup_p.h \
|
---|
| 16 | animation/qpauseanimation.h
|
---|
| 17 |
|
---|
| 18 | SOURCES += \
|
---|
| 19 | animation/qabstractanimation.cpp \
|
---|
| 20 | animation/qvariantanimation.cpp \
|
---|
| 21 | animation/qpropertyanimation.cpp \
|
---|
| 22 | animation/qanimationgroup.cpp \
|
---|
| 23 | animation/qsequentialanimationgroup.cpp \
|
---|
| 24 | animation/qparallelanimationgroup.cpp \
|
---|
| 25 | animation/qpauseanimation.cpp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.