changelog
    
    
    - Fri, 23 Aug 2013 01:04:13 +0300
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Fri, 23 Aug 2013 01:04:13 +0300] rev 477
 
    - fixed: couldn't open larger files because of a type mismatch in moc method calling, leading into runtime problems
 
    - Fri, 23 Aug 2013 00:54:31 +0300
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Fri, 23 Aug 2013 00:54:31 +0300] rev 476
 
    - fixed: front and back camera wouldn't render anything
 
    - Thu, 22 Aug 2013 20:39:26 +0300
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 22 Aug 2013 20:39:26 +0300] rev 475
 
    - Apparently CMake requires the moc files to be compiled separately.. qt4_wrap_cpp does nothing if I don't include the results in the executable... why?