source:
trunk/examples/tools/tools.pro@
16
Last change on this file since 16 was 2, checked in by , 16 years ago | |
---|---|
File size: 655 bytes |
Line | |
---|---|
1 | TEMPLATE = subdirs |
2 | CONFIG += ordered |
3 | SUBDIRS = codecs \ |
4 | completer \ |
5 | customcompleter \ |
6 | echoplugin \ |
7 | i18n \ |
8 | plugandpaintplugins \ |
9 | plugandpaint \ |
10 | regexp \ |
11 | settingseditor \ |
12 | styleplugin \ |
13 | treemodelcompleter \ |
14 | undoframework |
15 | |
16 | plugandpaint.depends = plugandpaintplugins |
17 | |
18 | # install |
19 | target.path = $$[QT_INSTALL_EXAMPLES]/tools |
20 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tools.pro README |
21 | sources.path = $$[QT_INSTALL_EXAMPLES]/tools |
22 | INSTALLS += target sources |
Note:
See TracBrowser
for help on using the repository browser.