| author | William Roberts <williamr@symbian.org> |
| Thu, 22 Jul 2010 16:41:55 +0100 | |
| branch | GCC_SURGE |
| changeset 31 | 5daf16870df6 |
| parent 19 | fcece45ef507 |
| permissions | -rw-r--r-- |
| 0 | 1 |
HEADERS = audioinput.h |
2 |
SOURCES = audioinput.cpp \ |
|
3 |
main.cpp |
|
4 |
||
5 |
QT += multimedia |
|
6 |
||
7 |
# install |
|
8 |
target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/audioinput |
|
9 |
sources.files = $$SOURCES *.h $$RESOURCES $$FORMS audioinput.pro |
|
10 |
sources.path = $$[QT_INSTALL_EXAMPLES]/multimedia/audioinput |
|
11 |
INSTALLS += target sources |
|
12 |
||
13 |
symbian {
|
|
14 |
TARGET.UID3 = 0xA000D7BF |
|
|
19
fcece45ef507
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
15 |
TARGET.CAPABILITY += UserEnvironment |
| 0 | 16 |
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |
17 |
} |