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\