Fixed link error on windows in newer versions of mingw

FossilOrigin-Name: 560caeb5557f39c27f4632181f9f5f3731fdb0b3
This commit is contained in:
kostas
2013-04-04 14:13:21 +00:00
parent 68b7115ab2
commit e3d38006ea
3 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@ TEMPLATE = app
win32 {
RC_FILE = rsrc/fuel.rc
LIBS += -luser32 -lshell32
LIBS += -luser32 -lshell32 -luuid
}
macx {