Last change
on this file since 168 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
492 bytes
|
Line | |
---|
1 | TEMPLATE = subdirs
|
---|
2 | SUBDIRS = basicdrawing \
|
---|
3 | concentriccircles \
|
---|
4 | imagecomposition \
|
---|
5 | painterpaths \
|
---|
6 | transformations
|
---|
7 |
|
---|
8 | !wince*: SUBDIRS += fontsampler
|
---|
9 |
|
---|
10 | contains(QT_CONFIG, svg): SUBDIRS += svggenerator svgviewer
|
---|
11 |
|
---|
12 | # install
|
---|
13 | target.path = $$[QT_INSTALL_EXAMPLES]/painting
|
---|
14 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS painting.pro README
|
---|
15 | sources.path = $$[QT_INSTALL_EXAMPLES]/painting
|
---|
16 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.