diff options
author | Marius Kintel <marius@kintel.net> | 2014-02-04 06:21:35 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2014-02-04 06:21:35 (GMT) |
commit | b80c6c7bf46fd896e24787f91d7663346a8f9287 (patch) | |
tree | cad09913167d923beea531be8e37cbc0fb83e2d0 | |
parent | c7530012be4a29166a4e68976b166326f99fa0fc (diff) |
Qt5 qmake needs explicit includpath
-rw-r--r-- | openscad.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index 913a5d3..58026b7 100644 --- a/openscad.pro +++ b/openscad.pro @@ -45,6 +45,7 @@ DEPENDPATH += src # Used when manually installing 3rd party libraries OPENSCAD_LIBDIR = $$(OPENSCAD_LIBRARIES) !isEmpty(OPENSCAD_LIBDIR) { + INCLUDEPATH += $$OPENSCAD_LIBDIR/include QMAKE_INCDIR_QT = $$OPENSCAD_LIBDIR/include $$QMAKE_INCDIR_QT QMAKE_LIBDIR = $$OPENSCAD_LIBDIR/lib $$QMAKE_LIBDIR } |