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