added stuff for windows compilation

This commit is contained in:
Nico Pietroni 2012-02-03 14:06:09 +00:00
parent 6bed834958
commit c9f9effef6
1 changed files with 7 additions and 0 deletions

View File

@ -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