diff options
author | donbright <hugh.m.bright@gmail.com> | 2013-01-26 21:54:50 (GMT) |
---|---|---|
committer | donbright <hugh.m.bright@gmail.com> | 2013-01-26 21:54:50 (GMT) |
commit | d0856efe6da545693f9c50a8a2514a9f999ab5ef (patch) | |
tree | 44d07f540b2f9872a1f8eda855e39ac3740b6491 /openscad.pro | |
parent | 2e65c6ddc5c73bfd3b76650c26268b5f54f7cd40 (diff) | |
parent | ddebb3991cc9fa183841d64ba43c3768e5be03a8 (diff) |
Merge pull request #251 from openscad/windows_console
Windows console. Marius gave approval for Merge in Issue discussion.
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index b11f45b..a7088ec 100644 --- a/openscad.pro +++ b/openscad.pro @@ -344,3 +344,8 @@ INSTALLS += applications icons.path = $$PREFIX/share/pixmaps icons.files = icons/openscad.png INSTALLS += icons + +CONFIG(winconsole) { + include(winconsole.pri) +} + |