Last change
on this file since 842 was 674, checked in by Dmitry A. Kuminov, 15 years ago |
examples: Disabled inputpanel example due to QT_NO_IM on OS/2.
|
File size:
811 bytes
|
Rev | Line | |
---|
[2] | 1 | TEMPLATE = subdirs
|
---|
| 2 | CONFIG += ordered
|
---|
| 3 | SUBDIRS = codecs \
|
---|
| 4 | completer \
|
---|
| 5 | customcompleter \
|
---|
| 6 | echoplugin \
|
---|
| 7 | i18n \
|
---|
[561] | 8 | inputpanel \
|
---|
| 9 | contiguouscache \
|
---|
[2] | 10 | plugandpaintplugins \
|
---|
| 11 | plugandpaint \
|
---|
| 12 | regexp \
|
---|
| 13 | settingseditor \
|
---|
| 14 | styleplugin \
|
---|
| 15 | treemodelcompleter \
|
---|
| 16 | undoframework
|
---|
| 17 |
|
---|
| 18 | plugandpaint.depends = plugandpaintplugins
|
---|
| 19 |
|
---|
| 20 | # install
|
---|
| 21 | target.path = $$[QT_INSTALL_EXAMPLES]/tools
|
---|
| 22 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tools.pro README
|
---|
| 23 | sources.path = $$[QT_INSTALL_EXAMPLES]/tools
|
---|
| 24 | INSTALLS += target sources
|
---|
[561] | 25 |
|
---|
| 26 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
[674] | 27 |
|
---|
| 28 | os2: SUBDIRS -= inputpanel
|
---|
Note:
See
TracBrowser
for help on using the repository browser.