Warning, /libraries/phonon/PhononExperimentalConfig.cmake.in is written in an unsupported language. File is not indexed.

0001 # config file for phonon experimental library
0002 # This config can not be used directly. Instead find Phonon or Phonon4Qt@QT_MAJOR_VERSION@.
0003 # If the experimental config is present it will be automatically included.
0004 # If you want to make sure it is present you can specify Experimental as a
0005 # COMPONENT in find_package.
0006 
0007 @PACKAGE_INIT@
0008 
0009 include("${CMAKE_CURRENT_LIST_DIR}/PhononExperimentalTargets.cmake")
0010 set(PHONON_EXPERIMENTAL_LIBRARY Phonon::@PHONON_LIB_SONAME@experimental)
0011 set(PHONON_FOUND_EXPERIMENTAL true)
0012 
0013 # Make sure phonon itself was imported. Experimental strictly depends on Phonon!
0014 if(NOT TARGET Phonon::@PHONON_LIB_SONAME@)
0015     message(FATAL_ERROR "PhononExperimental library was found but there is no target for the primary library.")
0016 endif()