Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qresourcerelocater.cpp File Reference

(2e4c66160f0cfbc76b0154d8b989f8931b1963bf)

#include "qresourcerelocater_p.h"
#include <QXmlStreamReader>
#include <QFile>
#include <QDir>
Include dependency graph for qresourcerelocater.cpp:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE int qRelocateResourceFile (const QString &input, const QString &output)

Function Documentation

◆ qRelocateResourceFile()

QT_BEGIN_NAMESPACE int qRelocateResourceFile ( const QString & input,
const QString & output )

Changes all the paths in resource file input so that they are relative to location output and writes the result to resource file output.

Definition at line 18 of file qresourcerelocater.cpp.