Last change
on this file since 503 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
341 bytes
|
Line | |
---|
1 | HEADERS += \
|
---|
2 | mouse.h
|
---|
3 | SOURCES += \
|
---|
4 | main.cpp \
|
---|
5 | mouse.cpp
|
---|
6 |
|
---|
7 | RESOURCES += \
|
---|
8 | mice.qrc
|
---|
9 |
|
---|
10 | # install
|
---|
11 | target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/collidingmice
|
---|
12 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS collidingmice.pro images
|
---|
13 | sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/collidingmice
|
---|
14 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.