From 012ecea96d62ec044f8421ddad162b1d45e34fdd Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Wed, 5 Feb 2020 11:08:03 +0100 Subject: [PATCH] explicit headers in libqhull --- src/external/qhull-2003.1/qhull2003.1.pro | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/external/qhull-2003.1/qhull2003.1.pro b/src/external/qhull-2003.1/qhull2003.1.pro index 85eaae09b..e8b30b59b 100644 --- a/src/external/qhull-2003.1/qhull2003.1.pro +++ b/src/external/qhull-2003.1/qhull2003.1.pro @@ -3,7 +3,16 @@ TEMPLATE = lib TARGET = qhull CONFIG += staticlib -INCLUDEPATH += src/ +HEADERS += \ + src/geom.h \ + src/io.h \ + src/mem.h \ + src/merge.h \ + src/qhull.h \ + src/qhull_a.h \ + src/qset.h \ + src/stat.h \ + src/user.h SOURCES += \ src/geom.c \