author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 18 Aug 2010 10:37:55 +0300 | |
changeset 33 | 3e2da88830cd |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
prefix=@CMAKE_INSTALL_PREFIX@ |
2 |
exec_prefix=@EXEC_INSTALL_PREFIX@ |
|
3 |
libdir=@LIB_INSTALL_DIR@ |
|
4 |
includedir=@INCLUDE_INSTALL_DIR@ |
|
5 |
||
6 |
Name: Phonon |
|
7 |
Description: Phonon library needed to build applications |
|
8 |
Version: @PHONON_LIB_MAJOR_VERSION@.@PHONON_LIB_MINOR_VERSION@.@PHONON_LIB_PATCH_VERSION@ |
|
9 |
Requires: QtCore QtGui QtDBus |
|
10 |
Libs: -L${libdir} -lphonon |
|
11 |
Cflags: -I${includedir} |