This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

  • David Greeson's avatar
    Support Windows Compilation and add instructions to README · b8e25396
    David Greeson authored
    The `QDesktop` widget does not appear to exist in the Windows library. I
    don't need to force it to go to the center of the screen anyway so I
    just removed that piece of code.
    
    `mkdir` needs only 1 argument for windows since there is no concept of
    permissions like in linux. So I added a preprocessor instruction to
    pick the correct call to `mkdir` based on the operating system.
    b8e25396