Fixed Windows Build

Removed explicit Windows llibraries from project. Fuel builds fine without them
 

FossilOrigin-Name: 62c1fa8d4fe11e8584af13b70bea5084ad2bd0fb
This commit is contained in:
kostas
2012-05-08 15:51:12 +00:00
parent 9fc221a998
commit e5c92b996d
4 changed files with 9 additions and 12 deletions

View File

@ -41,6 +41,3 @@ FORMS += MainWindow.ui \
RESOURCES += \
resources.qrc
win32 {
LIBS += -lUSER32 -lSHELL32
}