##// END OF EJS Templates
iOS compilation fix...
Tomi Korpipää -
r2698:9dcd2a7c347e
parent child
Show More
@@ -40,7 +40,7
40 #endif
40 #endif
41
41
42 #ifndef DEVELOPMENT_BUILD
42 #ifndef DEVELOPMENT_BUILD
43 #ifdef Q_OS_ANDROID
43 #if defined (Q_OS_ANDROID) || defined (Q_OS_IOS)
44 // Android builds do not have __DATE__
44 // Android builds do not have __DATE__
45 const char *buildTime = __TIME__;
45 const char *buildTime = __TIME__;
46 #else
46 #else
General Comments 0
You need to be logged in to leave comments. Login now