This file is indexed.

/usr/lib/QtGStreamer/QtGStreamerTargets-noconfig.cmake is in libqtgstreamer-dev 0.10.1-2ubuntu4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
#----------------------------------------------------------------
# Generated CMake target import file for configuration "".
#----------------------------------------------------------------

# Commands may need to know the format version.
SET(CMAKE_IMPORT_FILE_VERSION 1)

# Import target "QtGLib" for configuration ""
SET_PROPERTY(TARGET QtGLib APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
SET_TARGET_PROPERTIES(QtGLib PROPERTIES
  IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "/usr/lib/x86_64-linux-gnu/libQtCore.so"
  IMPORTED_LOCATION_NOCONFIG "/usr/lib/libQtGLib-2.0.so.0.10.1"
  IMPORTED_SONAME_NOCONFIG "libQtGLib-2.0.so.0"
  )

LIST(APPEND _IMPORT_CHECK_TARGETS QtGLib )
LIST(APPEND _IMPORT_CHECK_FILES_FOR_QtGLib "/usr/lib/libQtGLib-2.0.so.0.10.1" )

# Import target "QtGStreamer" for configuration ""
SET_PROPERTY(TARGET QtGStreamer APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
SET_TARGET_PROPERTIES(QtGStreamer PROPERTIES
  IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "QtGLib"
  IMPORTED_LOCATION_NOCONFIG "/usr/lib/libQtGStreamer-0.10.so.0.10.1"
  IMPORTED_SONAME_NOCONFIG "libQtGStreamer-0.10.so.0"
  )

LIST(APPEND _IMPORT_CHECK_TARGETS QtGStreamer )
LIST(APPEND _IMPORT_CHECK_FILES_FOR_QtGStreamer "/usr/lib/libQtGStreamer-0.10.so.0.10.1" )

# Import target "QtGStreamerUi" for configuration ""
SET_PROPERTY(TARGET QtGStreamerUi APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
SET_TARGET_PROPERTIES(QtGStreamerUi PROPERTIES
  IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "/usr/lib/x86_64-linux-gnu/libQtGui.so;QtGStreamer"
  IMPORTED_LOCATION_NOCONFIG "/usr/lib/libQtGStreamerUi-0.10.so.0.10.1"
  IMPORTED_SONAME_NOCONFIG "libQtGStreamerUi-0.10.so.0"
  )

LIST(APPEND _IMPORT_CHECK_TARGETS QtGStreamerUi )
LIST(APPEND _IMPORT_CHECK_FILES_FOR_QtGStreamerUi "/usr/lib/libQtGStreamerUi-0.10.so.0.10.1" )

# Import target "QtGStreamerUtils" for configuration ""
SET_PROPERTY(TARGET QtGStreamerUtils APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
SET_TARGET_PROPERTIES(QtGStreamerUtils PROPERTIES
  IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "QtGStreamer"
  IMPORTED_LOCATION_NOCONFIG "/usr/lib/libQtGStreamerUtils-0.10.so.0.10.1"
  IMPORTED_SONAME_NOCONFIG "libQtGStreamerUtils-0.10.so.0"
  )

LIST(APPEND _IMPORT_CHECK_TARGETS QtGStreamerUtils )
LIST(APPEND _IMPORT_CHECK_FILES_FOR_QtGStreamerUtils "/usr/lib/libQtGStreamerUtils-0.10.so.0.10.1" )

# Loop over all imported files and verify that they actually exist
FOREACH(target ${_IMPORT_CHECK_TARGETS} )
  FOREACH(file ${_IMPORT_CHECK_FILES_FOR_${target}} )
    IF(NOT EXISTS "${file}" )
      MESSAGE(FATAL_ERROR "The imported target \"${target}\" references the file
   \"${file}\"
but this file does not exist.  Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
   \"${CMAKE_CURRENT_LIST_FILE}\"
but not all the files it references.
")
    ENDIF()
  ENDFOREACH()
  UNSET(_IMPORT_CHECK_FILES_FOR_${target})
ENDFOREACH()
UNSET(_IMPORT_CHECK_TARGETS)

# Commands beyond this point should not need to know the version.
SET(CMAKE_IMPORT_FILE_VERSION)