source: trunk/examples/painting/transformations/transformations.pro@ 846

Last change on this file since 846 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 468 bytes
Line 
1HEADERS = renderarea.h \
2 window.h
3SOURCES = main.cpp \
4 renderarea.cpp \
5 window.cpp
6
7# install
8target.path = $$[QT_INSTALL_EXAMPLES]/painting/transformations
9sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS transformations.pro
10sources.path = $$[QT_INSTALL_EXAMPLES]/painting/transformations
11INSTALLS += target sources
12
13symbian {
14 TARGET.UID3 = 0xA000A64D
15 include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
16}
Note: See TracBrowser for help on using the repository browser.