Last change
on this file was 651, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.2 sources.
|
File size:
820 bytes
|
Rev | Line | |
---|
[561] | 1 | TEMPLATE = subdirs
|
---|
[2] | 2 | SUBDIRS = \
|
---|
| 3 | elasticnodes \
|
---|
| 4 | collidingmice \
|
---|
[561] | 5 | padnavigator \
|
---|
| 6 | basicgraphicslayouts
|
---|
| 7 |
|
---|
| 8 | !symbian: SUBDIRS += \
|
---|
[2] | 9 | diagramscene \
|
---|
| 10 | dragdroprobot \
|
---|
[561] | 11 | flowlayout \
|
---|
| 12 | anchorlayout \
|
---|
[651] | 13 | simpleanchorlayout \
|
---|
[561] | 14 | weatheranchorlayout
|
---|
[2] | 15 |
|
---|
| 16 | contains(QT_CONFIG, qt3support):SUBDIRS += portedcanvas portedasteroids
|
---|
[561] | 17 | contains(DEFINES, QT_NO_CURSOR)|contains(DEFINES, QT_NO_DRAGANDDROP): SUBDIRS -= dragdroprobot
|
---|
[2] | 18 |
|
---|
| 19 | # install
|
---|
| 20 | target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview
|
---|
| 21 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS graphicsview.pro README
|
---|
| 22 | sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview
|
---|
| 23 | INSTALLS += target sources
|
---|
[561] | 24 |
|
---|
| 25 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.