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

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

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 369 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
Note: See TracBrowser for help on using the repository browser.