Added "Building in QtCreator on Windows"

Daniel Brunner
2018-01-10 18:11:17 +01:00
parent b59347d249
commit 133675fe2f

@@ -0,0 +1,12 @@
We do not support Microsoft's compilers. We always try to make sure that our source does not build under any microsoft compilers.
# Getting the source
You should clone the repo using git. As windows is not a real operating system you need to get 3rd party tools to get git support. GitHub offers a very nice [git client with gui](https://desktop.github.com). If you dont want to install this, you also can download the current master branch as a [ZIP file](https://github.com/0xFEEDC0DE64/QtZeiterfassung/archive/master.zip).
![image](https://user-images.githubusercontent.com/10342708/34785341-2b30168c-f631-11e7-9bcb-bc2d4b306d2d.png)
![image](https://user-images.githubusercontent.com/10342708/34785403-5188863e-f631-11e7-891a-fc8aec63e1a9.png)
# Installing Qt and QtCreator
Head over to the [Qt downloads page](https://www.qt.io/download-qt-installer) and download the installer.
TODO