mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
9 lines
226 B
C
9 lines
226 B
C
|
#ifndef INFO_H
|
||
|
#define INFO_H
|
||
|
|
||
|
#include <QString>
|
||
|
|
||
|
static const QString Rs_qmake_DEFINES = QStringLiteral(\"$$RS_QMAKE_DEFINES\");
|
||
|
static const QString Rs_qmake_CONFIG = QStringLiteral(\"$$RS_QMAKE_CONFIG\");
|
||
|
#endif // INFO_H
|