Hacker News new | ask | show | jobs
by 0xFFC 4291 days ago
the problem is not this . the main problem with Qt is , it is not standard C++ library (or framework or toolkit or whatever you name it). All the moc crap ! made it useless .(yes I know , with hacking(or with little changing) it you can use it with other library like boost or anything . but in my mind this is not right way to do thing !

for example look at which one google chose for chrome in linux (before aura).Google chose gtk++ (which is much inferior than Qt in any ways , and as far as I am aware Qt licence was not issue with chrome) , but it is standard !