summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index f05633e..ba87eff 100644
--- a/SConstruct
+++ b/SConstruct
@@ -26,7 +26,7 @@ if GetOption('profiling'):
Export('env')
-env.EnableQt4Modules(['QtCore', 'QtGui'], debug = False)
+env.EnableQt4Modules(['QtCore', 'QtGui', 'QtSql'], debug = False)
env.Uic4(Glob('gui/*.ui'))