added version.h file generation

- deleted files for qmake
This commit is contained in:
vladimir.kuznetsov
2023-03-08 17:07:33 +03:00
parent a5cf2d37d4
commit 005bb39e41
28 changed files with 89 additions and 632 deletions
+12
View File
@@ -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