author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 20:15:53 +0300 | |
branch | RCL_3 |
changeset 13 | c0432d11811c |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = subdirs |
2 |
SUBDIRS = application \ |
|
3 |
dockwidgets \ |
|
4 |
mdi \ |
|
5 |
menus \ |
|
6 |
recentfiles \ |
|
7 |
sdi |
|
8 |
||
9 |
symbian: SUBDIRS = \ |
|
10 |
menus |
|
11 |
||
12 |
||
13 |
# install |
|
14 |
target.path = $$[QT_INSTALL_EXAMPLES]/mainwindows |
|
15 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mainwindows.pro README |
|
16 |
sources.path = $$[QT_INSTALL_EXAMPLES]/mainwindows |
|
17 |
INSTALLS += target sources |
|
18 |
||
19 |
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |