Em seg 16 jun 2014, às 14:28:36, [email protected] escreveu: > Looks like a standard linux make. (qmake, I know.) > > I can just put my IOS/Android dev time on OSX > (OSX kernel is BSD/linux kernel, so I know configure it will work)
I have no clue about iOS or Android. I've never developed for them. > These statements work for Win32/Win64 also? Yes, but you should leave out the -prefix switch and not to do a make install. On Windows, the build should remain exactly where you built it. That is: ./configure make # replace with your actual make tool, like nmake or mingw32-make The default is already to do a debug-and-release build. In fact, that's what you get in the pre-built binaries, so you don't even have to rebuild yourself. > If not, got a link/advice for them as well? > (I think that I will be using the MSVC 2103 compiler and not MingW) -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
