source: trunk/examples/animation/easing/easing.pro@ 561

Last change on this file since 561 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: 355 bytes
Line 
1HEADERS = window.h \
2 animation.h
3SOURCES = main.cpp \
4 window.cpp
5
6FORMS = form.ui
7
8RESOURCES = easing.qrc
9
10# install
11target.path = $$[QT_INSTALL_EXAMPLES]/animation/easing
12sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS easing.pro images
13sources.path = $$[QT_INSTALL_EXAMPLES]/animation/easing
14INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.