Add support for FreeBSD

FossilOrigin-Name: d869092a71de1d2294d475f394a17f35740420aa
This commit is contained in:
kostas
2015-07-08 20:10:53 +00:00
3 changed files with 13 additions and 7 deletions

View File

@ -21,6 +21,12 @@ macx {
ICON = rsrc/icons/fuel.icns
}
# FreeBSD needs explicit paths to Qt install
unix:freebsd {
INCLUDEPATH += /usr/local/include
LIBS += -L/usr/local/lib
}
unix:!macx {
TARGET = fuel
ICON = rsrc/icons/fuel.png