summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/phonon.pc.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/phonon/phonon.pc.cmake')
-rw-r--r--src/3rdparty/phonon/phonon.pc.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/phonon.pc.cmake b/src/3rdparty/phonon/phonon.pc.cmake
new file mode 100644
index 0000000000..10c3712825
--- /dev/null
+++ b/src/3rdparty/phonon/phonon.pc.cmake
@@ -0,0 +1,11 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=@EXEC_INSTALL_PREFIX@
+libdir=@LIB_INSTALL_DIR@
+includedir=@INCLUDE_INSTALL_DIR@
+
+Name: Phonon
+Description: Phonon library needed to build applications
+Version: @PHONON_LIB_MAJOR_VERSION@.@PHONON_LIB_MINOR_VERSION@.@PHONON_LIB_PATCH_VERSION@
+Requires: QtCore QtGui QtDBus
+Libs: -L${libdir} -lphonon
+Cflags: -I${includedir}