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