source: trunk/examples/graphicsview/dragdroprobot/dragdroprobot.pro@ 865

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

trunk: Merged in qt 4.6.1 sources.

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