summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2014-02-04 06:21:35 (GMT)
committerMarius Kintel <marius@kintel.net>2014-02-04 06:21:35 (GMT)
commitb80c6c7bf46fd896e24787f91d7663346a8f9287 (patch)
treecad09913167d923beea531be8e37cbc0fb83e2d0
parentc7530012be4a29166a4e68976b166326f99fa0fc (diff)
Qt5 qmake needs explicit includpath
-rw-r--r--openscad.pro1
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
}
contact: Jan Huwald // Impressum