summaryrefslogtreecommitdiff
path: root/eigen2.pri
diff options
context:
space:
mode:
authordon b <don@kendrick.(none)>2011-10-18 04:16:02 (GMT)
committerdon b <don@kendrick.(none)>2011-10-18 04:16:02 (GMT)
commit1a1ab5b5ab926652293d509b0fd4d7f57451c794 (patch)
treeae84e54ba0c7a4df7b11afef058970b67c8a8527 /eigen2.pri
parenta5d5d21dfbe1e6c847a32b73c90106df2a3442de (diff)
improve freebsd build. also remove windows unicode preamble from .cc
Diffstat (limited to 'eigen2.pri')
-rw-r--r--eigen2.pri4
1 files changed, 3 insertions, 1 deletions
diff --git a/eigen2.pri b/eigen2.pri
index 8344f00..eba5335 100644
--- a/eigen2.pri
+++ b/eigen2.pri
@@ -5,7 +5,9 @@ EIGEN2_DIR = $$(EIGEN2DIR)
INCLUDEPATH += $$EIGEN2_DIR
}
else {
- macx {
+ unix:freebsd-g++ {
+ INCLUDEPATH += /usr/local/include/eigen2
+ } else macx {
INCLUDEPATH += /opt/local/include/eigen2
}
else {
contact: Jan Huwald // Impressum