mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
11 lines
334 B
C
11 lines
334 B
C
#ifndef APP_UI_CONFIG_H
|
|
#define APP_UI_CONFIG_H
|
|
|
|
#define APP_INSTANCE_NAME "@CLIENT_APP_INSTANCE_NAME@"
|
|
#define APP_QML_ENTRYPOINT "@CLIENT_QML_ENTRYPOINT@"
|
|
#define APP_QML_IMPORT_PATH "@CLIENT_QML_IMPORT_PATH@"
|
|
#define APP_QML_PAGES_PREFIX "@CLIENT_QML_PAGES_PREFIX@"
|
|
#define APP_UI_FONT_RESOURCE "@CLIENT_UI_FONT_RESOURCE@"
|
|
|
|
#endif
|