author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 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} |