Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mingw build support #3770

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Commits on Dec 12, 2020

  1. Fix casts from pointer to long to size_t instead.

    These caused an error on mingw64.
    jeremyd2019 committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    a67be68 View commit details
    Browse the repository at this point in the history
  2. qmake fixes for mingw.

    Mostly want it to act like unix.
    jeremyd2019 committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    a5ded68 View commit details
    Browse the repository at this point in the history
  3. Look in ../share/fritzing from bin dir on mingw.

    This seems to be the best option for finding the prefix.
    jeremyd2019 committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    023ba6c View commit details
    Browse the repository at this point in the history