You need to log in to create posts and topics.

Missing empty directory when using git

When I was playing around with the build-steps of the application, I initially used git, and cloned the source code from https://git.launchpad.net/~arcachofo/simulide/, because I didn't have access to bzr. It turns out git doesn't support committing empty directories, so resources/qm wasn't cloned to my system. Because of this the build failed (the directory didn't exist, and it tried to place files inside of it). This is a very minor issue as I doubt a lot of people would use git to clone the project. Just wanted to put this out there.

Thanks for reporting.
I will add some file there to fix the problem.