Follow-up Comment #15, bug #18200 (project freeciv): Hi everybody, My name is Alexey Novikov, I'm new to freeciv project. I'm C++ and Qt developer ( and civ-fan, of course :)
Seems like I've resolved this problem. The point is setup correct paths. (Normally it is the job for "qmake"). Fortunately this paths is immutable with respect to Qt framework installation directory. Therefore user should specify pat to qt root directory only instead of separate paths to includes and libraries. This path should be used to locate "moc" executable also. I created the new m4 rule for Qt5 on MacOS X. (N.B. It will NOT work with Qt4). Tested on MacOS 10.10 (compilation succeed on Linux also). (file#24111 <https://gna.org/bugs/download.php?file_id=24111>) Honestly I don't think this is a great solution. I believe It would be better to let qmake do it's job. However it would be not easy to integrate libel into Qt project. So I thing this solution is quite good at the moment. _______________________________________________________ Reply to this item at: <http://gna.org/bugs/?18200> _______________________________________________ Message sent via/by Gna! http://gna.org/ _______________________________________________ Freeciv-dev mailing list [email protected] https://mail.gna.org/listinfo/freeciv-dev
