Closed bweir closed 10 years ago
I do not wish to create a dependency on Qt for building OpenSpin. That's just silly. Many people that build OpenSpin are doing so on platforms that do not even have Qt available (or easily available). You will have to do this outside of the OpenSpin branch, or just call the existing makefile stuff from your build process.
Agreed, we can not apply this kind of dependency to OpenSpin as it actually would complicate things. OpenSpin is more portable that Qt currently and we intend to keep it simple and light so that it continues to be practical to build and use on many platforms.
Respectfully,
Jeff Martin Sr. Software Engineer, Parallax Incorporated (916) 625-3002 jmartin@parallax.com http://www.parallax.com
On Sat, Nov 22, 2014 at 2:24 AM, Brett Weir notifications@github.com wrote:
Closed #11 https://github.com/parallaxinc/OpenSpin/pull/11.
— Reply to this email directly or view it on GitHub https://github.com/parallaxinc/OpenSpin/pull/11#event-197176940.
Qt's qmake build system takes care of any and all issues with cross-platform and compiler configuration and allows me to integrate with the PropellerIDE build system.
I also added gitignores for various files generated during build so that they can't be checked in.