Added back user32 and shell32 libs on windows, as they are needed explicitely for vc/nmake builds.

FossilOrigin-Name: 3eb9f233b9f05d6e131a69b3fc25f5f8d5c11491
This commit is contained in:
kostas
2012-05-09 12:13:12 +00:00
parent e5c92b996d
commit bc7791de61
3 changed files with 11 additions and 8 deletions

View File

@ -4,7 +4,7 @@
#
#-------------------------------------------------
QT += core gui
QT += core gui
TARGET = Fuel
TEMPLATE = app
@ -41,3 +41,6 @@ FORMS += MainWindow.ui \
RESOURCES += \
resources.qrc
win32 {
LIBS += -luser32 -lshell32
}