Hi Phil,

was it really your intention to disable qtsql module build for us poor 
Qt free edition users (I hope hope and pray, it's not)? Otherwise 
consider applying attached patch, please.

Thanks,
Pete
--- configure.py~	2004-05-15 15:36:49.585355856 +0200
+++ configure.py	2004-05-15 15:37:21.662504836 +0200
@@ -899,7 +899,7 @@
     if sipcfg.qt_version >= 0x030000:
         check_module("qtui", "qwidgetfactory.h", "QWidgetFactory()", lib="qui")
 
-        if sipcfg.qt_edition == "enterprise":
+        if sipcfg.qt_edition in ("enterprise", "free"):
             check_module("qtsql", "qsql.h", "QSql()")
 
             if sys.platform == "win32":

Reply via email to