Fix unknown __dirname
This commit is contained in:
parent
42f9643874
commit
ff44110b77
File diff suppressed because one or more lines are too long
@ -5,10 +5,17 @@
|
|||||||
#include <QDir>
|
#include <QDir>
|
||||||
#include <QCoreApplication>
|
#include <QCoreApplication>
|
||||||
|
|
||||||
|
extern const QString VERSION;
|
||||||
|
|
||||||
extern const QString __dirname;
|
extern const QString __dirname;
|
||||||
extern const QString JAVA_INSTALL_PATH;
|
extern const QString JAVA_INSTALL_PATH;
|
||||||
extern const QString TEMP_PATH;
|
extern const QString TEMP_PATH;
|
||||||
extern const QString I2P_INSTALL_PATH;
|
extern const QString I2P_INSTALL_PATH;
|
||||||
extern const QString WIKI_URL;
|
extern const QString WIKI_URL;
|
||||||
|
|
||||||
|
extern const QString DEFAULT_I2PD_CONF;
|
||||||
|
extern const QString DEFAULT_TUNNELS_CONF;
|
||||||
|
|
||||||
|
void debugVariables();
|
||||||
|
|
||||||
#endif // PROG_CONSTAINS_H
|
#endif // PROG_CONSTAINS_H
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user