g3force / ssl-autonomous-refbox

Automatically exported from code.google.com/p/ssl-autonomous-refbox
0 stars 0 forks source link

Don't ship ssl-refbox/Makefile #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This Makefile is included in the repo and shipped to users, but it will be 
wrong for some platforms. It shouldn't be shipped; instead, users should 
regenerate it by running "qmake ssl-refbox.pro", which will generate a proper 
Makefile for the platform (e.g. on my platform, I need "/usr/bin/moc", not 
"/usr/bin/moc-qt4", and some library files are in slightly different places 
too).

Original issue reported on code.google.com by hea...@gmail.com on 25 Aug 2011 at 4:14

GoogleCodeExporter commented 9 years ago
Thanks for this hint. Helped me a lot in understanding the build process of 
qt...
I've modified the main Makefile so that it does a qmake before buildung the 
ssl-refbox Makefile. Hope, this solves it.

Original comment by nicolai....@gmail.com on 23 Oct 2011 at 10:06