From 06420a3ef9d577e0ccc725261a0275423b095232 Mon Sep 17 00:00:00 2001 From: don bright Date: Sun, 15 Jul 2012 22:11:04 +0200 Subject: fix documentation diff --git a/openscad.pro b/openscad.pro index 700c392..f6736c0 100644 --- a/openscad.pro +++ b/openscad.pro @@ -17,7 +17,6 @@ isEmpty(QT_VERSION) { error("Please use qmake for Qt 4 (probably qmake-qt4)") } - # Auto-include config_.pri if the VARIANT variable is give on the # command-line, e.g. qmake VARIANT=mybuild !isEmpty(VARIANT) { @@ -128,7 +127,7 @@ DEFINES += USE_PROGRESSWIDGET include(common.pri) -# mingw has to after other items so OBJECT_DIRS will work properly +# mingw has to come after other items so OBJECT_DIRS will work properly CONFIG(mingw-cross-env) { include(mingw-cross-env.pri) } -- cgit v0.10.1