author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 02 Feb 2010 00:43:10 +0200 | |
changeset 3 | 41300fa6a67c |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = subdirs |
2 |
||
3 |
!static { |
|
4 |
SUBDIRS += \ |
|
5 |
audiodevices \ |
|
6 |
audioinput \ |
|
7 |
audiooutput |
|
8 |
} |
|
9 |
||
10 |
SUBDIRS += \ |
|
11 |
videographicsitem \ |
|
12 |
videowidget |
|
13 |
||
14 |
# install |
|
15 |
target.path = $$[QT_INSTALL_EXAMPLES]/multimedia |
|
16 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS multimedia.pro README |
|
17 |
sources.path = $$[QT_INSTALL_EXAMPLES]/multimedia |
|
18 |
INSTALLS += target sources |