source: trunk/examples/graphicsview/collidingmice/collidingmice.pro

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

trunk: Merged in qt 4.6.1 sources.

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