diff options
author | don bright <hugh.m.bright@gmail.com> | 2011-10-11 02:46:27 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2011-10-11 02:46:27 (GMT) |
commit | 31592577d3ce36c3651b7158c871e13d59fa0f1c (patch) | |
tree | 5b8f3db8c6a591e81e734689130e60f13b0f993f /openscad.pro | |
parent | a1c698f422fceeadcf50e2ad456d5e43a01c8feb (diff) |
enable building of opencsgtest, throwntogethertest, on WinXP
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index 35f65ab..89fa738 100644 --- a/openscad.pro +++ b/openscad.pro @@ -9,6 +9,10 @@ } win32 { + QMAKE_LFLAGS += -VERBOSE +} + +win32 { isEmpty(VERSION) VERSION = $$system(date /t) } else { isEmpty(VERSION) VERSION = $$system(date "+%Y.%m.%d") |