This file is indexed.

/usr/share/doc/libqxrunner-dev/README.txt is in libqxrunner-dev 0.9.2-0ubuntu1.

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
73
QxRunner Library for Windows
============================

Building with the Visual Studio IDE
-----------------------------------

These instructions are valid for the Visual Studio 2005 IDE.

   1. Open the solution file qxrunner.sln in the QXRUNNER\src\qxrunner directory.
   2. Select the configurations of your choice in the Batch build dialog and press
      the appropriate button to start the build process.
      
Building from the Command Line
------------------------------

These instructions are valid for building the library from the command line.
Be mindful of setting the environment for using the build tools of your choice.

   1. Open a command window.
   2. Go to the QXRUNNER\src\qxrunner directory.
   3. Enter
      qmake qxrunner.pro
   4. Enter
      nmake

QxRunner Library for Linux (Unix)
=================================

These instructions are valid for building the library from the command line.

   1. Open a terminal window.
   2. Go to the QXRUNNER/src/qxrunner directory.
   3. Enter
      qmake qxrunner.pro
   4. Enter
      make

QxCppUnit Library for Windows
=============================

Building with the Visual Studio IDE
-----------------------------------

These instructions are valid for the Visual Studio 2005 IDE.

   1. Open the solution file qxcppunit.sln in the QXRUNNER\src\qxcppunit directory.
   2. Select the configurations of your choice in the Batch build dialog and press
      the appropriate button to start the build process.

Building from the Command Line
------------------------------

These instructions are valid for building the library from the command line.
Be mindful of setting the environment for using the build tools of your choice.

   1. Open a command window.
   2. Go to the QXRUNNER\src\qxcppunit directory.
   3. Enter
      qmake qxcppunit.pro
   4. Enter
      nmake

QxCppUnit Library for Linux (Unix)
==================================

These instructions are valid for building the library from the command line.

   1. Open a terminal window.
   2. Go to the QXRUNNER/src/qxcppunit directory.
   3. Enter
      qmake qxcppunit.pro
   4. Enter
      make