author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 11:15:19 +0300 | |
branch | RCL_3 |
changeset 11 | 25a739ee40f4 |
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} |