Last change
on this file since 674 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
|
Line | |
---|
1 | TEMPLATE = subdirs
|
---|
2 | CONFIG += ordered
|
---|
3 | SUBDIRS = codecs \
|
---|
4 | completer \
|
---|
5 | customcompleter \
|
---|
6 | echoplugin \
|
---|
7 | i18n \
|
---|
8 | inputpanel \
|
---|
9 | contiguouscache \
|
---|
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
|
---|
25 |
|
---|
26 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
27 |
|
---|
28 | os2: SUBDIRS -= inputpanel
|
---|
Note:
See
TracBrowser
for help on using the repository browser.