mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
added version.h file generation
- deleted files for qmake
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef VERSION_H
|
||||
#define VERSION_H
|
||||
|
||||
#ifndef APP_VERSION
|
||||
#define APP_VERSION "@CMAKE_PROJECT_VERSION@"
|
||||
#endif
|
||||
|
||||
#define APPLICATION_NAME "AmneziaVPN"
|
||||
#define SERVICE_NAME "AmneziaVPN-service"
|
||||
#define ORGANIZATION_NAME "AmneziaVPN.ORG"
|
||||
|
||||
#endif // VERSION_H
|
||||
Reference in New Issue
Block a user