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