Add support for FreeBSD

FossilOrigin-Name: 0987410cc3fd8d64510e762b1845880a416c27b3
This commit is contained in:
kostas
2015-07-08 20:04:10 +00:00
parent 1892d51226
commit 15fd9e403d
3 changed files with 13 additions and 7 deletions

View File

@ -20,6 +20,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