author | Craig Heath <craigh@symbian.org> |
Wed, 16 Jun 2010 16:18:05 +0100 | |
branch | GCC_SURGE |
changeset 26 | 8776df5ac359 |
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 |