diff options
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/openscad.pro b/openscad.pro index 89fa738..bacb122 100644 --- a/openscad.pro +++ b/openscad.pro @@ -9,11 +9,12 @@ } win32 { - QMAKE_LFLAGS += -VERBOSE +# for debugging link problems (use nmake -f Makefile.Release > log.txt) +# QMAKE_LFLAGS += -VERBOSE } win32 { - isEmpty(VERSION) VERSION = $$system(date /t) + isEmpty(VERSION) VERSION = "2011.10.15" } else { isEmpty(VERSION) VERSION = $$system(date "+%Y.%m.%d") } @@ -52,6 +53,8 @@ win32:QMAKE_CXXFLAGS += -wd4800 #disable warning about CGAL's unreferenced formal parameters win32:QMAKE_CXXFLAGS += -wd4100 +win32:QMAKE_CXXFLAGS += -DEIGEN_DONT_ALIGN + TEMPLATE = app RESOURCES = openscad.qrc |