From c9f9effef669b598a0f4d4b4e1ba5dd361a6f152 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Fri, 3 Feb 2012 14:06:09 +0000 Subject: [PATCH] added stuff for windows compilation --- apps/sample/space_packer/space_packer.pro | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/sample/space_packer/space_packer.pro b/apps/sample/space_packer/space_packer.pro index 3a96bdbe..99875d04 100644 --- a/apps/sample/space_packer/space_packer.pro +++ b/apps/sample/space_packer/space_packer.pro @@ -12,3 +12,10 @@ HEADERS += ../../../vcg/space/rect_packer.h \ # Mac specific Config required to avoid to make application bundles CONFIG -= app_bundle + +# Awful problem with windows.. +win32{ + DEFINES += NOMINMAX +} + +QT += opengl svg \ No newline at end of file