diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-15 20:11:04 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-15 20:11:04 (GMT) |
commit | 06420a3ef9d577e0ccc725261a0275423b095232 (patch) | |
tree | a77b16ca68dfeb7de0d11c1c9cc8dfb3f249f298 | |
parent | 293d66a56e24ce680cd7b79f2b8d3aad2f6c6a23 (diff) |
fix documentation
-rw-r--r-- | openscad.pro | 3 |
1 files changed, 1 insertions, 2 deletions
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_<variant>.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) } |