added stuff for windows compilation
This commit is contained in:
parent
6bed834958
commit
c9f9effef6
|
@ -12,3 +12,10 @@ HEADERS += ../../../vcg/space/rect_packer.h \
|
||||||
|
|
||||||
# Mac specific Config required to avoid to make application bundles
|
# Mac specific Config required to avoid to make application bundles
|
||||||
CONFIG -= app_bundle
|
CONFIG -= app_bundle
|
||||||
|
|
||||||
|
# Awful problem with windows..
|
||||||
|
win32{
|
||||||
|
DEFINES += NOMINMAX
|
||||||
|
}
|
||||||
|
|
||||||
|
QT += opengl svg
|
Loading…
Reference in New Issue