adding var of daily build system

This commit is contained in:
Rafael 2016-12-04 17:23:29 +01:00
parent 915c903ebd
commit 75d5b82e48
1 changed files with 4 additions and 0 deletions

View File

@ -29,7 +29,11 @@
#endif
#ifndef GTA5SYNC_APPVER
#ifndef GTA5SYNC_DAILYB
#define GTA5SYNC_APPVER "1.0.0"
#else
#define GTA5SYNC_APPVER QString::number(GTA5SYNC_APPVER_DAILY)
#endif
#endif
#ifndef GTA5SYNC_BUILDTYPE