author | William Roberts <williamr@symbian.org> |
Thu, 22 Jul 2010 16:41:55 +0100 | |
branch | GCC_SURGE |
changeset 31 | 5daf16870df6 |
parent 3 | 41300fa6a67c |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = \ |
2 |
subdirs |
|
3 |
SUBDIRS = \ |
|
4 |
blurpicker \ |
|
5 |
lighting \ |
|
6 |
fademessage |
|
7 |
||
8 |
# install |
|
9 |
target.path = $$[QT_INSTALL_EXAMPLES]/effects |
|
10 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS effects.pro README |
|
11 |
sources.path = $$[QT_INSTALL_EXAMPLES]/effects |
|
12 |
INSTALLS += target sources |
|
13 |