diff --git a/qtpro/qhulllib/qhulllib.pro b/qtpro/qhulllib/qhulllib.pro
index c6fd8633561970a09cc8bcca4440474067af703b..416b9dc6576089aa6b4cac749e14b76346502054 100644
--- a/qtpro/qhulllib/qhulllib.pro
+++ b/qtpro/qhulllib/qhulllib.pro
@@ -4,7 +4,8 @@
 # configure -commercial -no-qt3support -no-opengl -no-rtti -qt-style-plastique
 QT -= gui
 TARGET = ../../qhull
-CONFIG -= app_bundle
+CONFIG += staticlib
+CONFIG -= app_bundle qt
 TEMPLATE = lib
 DESTDIR = ../../tmp/lib
 OBJECTS_DIR = ../../tmp/obj
diff --git a/src/Changes.txt b/src/Changes.txt
index 34b56c95a883985e82179f9017197e298a66849f..999118654430835d265dd6cf23d4e680a9f3aa2b 100644
--- a/src/Changes.txt
+++ b/src/Changes.txt
@@ -73,6 +73,7 @@ To do
  - Remove class-static code, check K_GLOBAL_STATIC
  - Rename rboxlib and qhulllib to librbox and libqhull
    user_eg3 rbox 10 qhull does nothing
+   ConvexHull is a submodule to git.  How to get rid of?
 
 qhull 2009.1  2008/03/20
  - Use gcc 4.4.0 or later.  gcc 4.2.1, 4.2.2, and 4.3.2 -O2 segfaults in qset.c .  gcc 4.1.1 was OK