/usr/include/qt4/Qt/QtXml is in libqt4-dev 4:4.8.1-0ubuntu4.9.
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 | #ifndef QT_QTXML_MODULE_H
#define QT_QTXML_MODULE_H
#include <QtCore/QtCore>
#include "qdom.h"
#include "qxml.h"
#include "qxmlstream.h"
#endif
|