source: trunk/examples/painting/concentriccircles/concentriccircles.pro@ 1092

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

trunk: Merged in qt 4.6.1 sources.

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