From 133675fe2fcb2d4fa6cd1dbfa83c807e5ab361f4 Mon Sep 17 00:00:00 2001 From: Daniel Brunner <0xFEEDC0DE64@gmail.com> Date: Wed, 10 Jan 2018 18:11:17 +0100 Subject: [PATCH] Added "Building in QtCreator on Windows" --- Building-in-QtCreator-on-Windows.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Building-in-QtCreator-on-Windows.md diff --git a/Building-in-QtCreator-on-Windows.md b/Building-in-QtCreator-on-Windows.md new file mode 100644 index 0000000..0580ee4 --- /dev/null +++ b/Building-in-QtCreator-on-Windows.md @@ -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 \ No newline at end of file