From ded139334df53ccd6d46be005e013cfb6937b6b2 Mon Sep 17 00:00:00 2001 From: NeoTheFox Date: Mon, 2 Mar 2015 01:13:01 +0300 Subject: [PATCH] Updated README.md --- README.md | 1 + RepRaptor.pro | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index f33bc5f..5fcdf07 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ qmake RepRaptor.pro make ``` ## Links +- [Binary release downloads](https://github.com/NeoTheFox/RepRaptor/releases) - [RepRap wiki](http://reprap.org/wiki/RepRaptor) - [Windows dev builds](http://reprap.org/wiki/File:RepRaptor-000-windows.zip) diff --git a/RepRaptor.pro b/RepRaptor.pro index 42d598c..d856118 100644 --- a/RepRaptor.pro +++ b/RepRaptor.pro @@ -10,6 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = RepRaptor TEMPLATE = app +CONFIG += static SOURCES += main.cpp\