fix typo. accidently removed sql module
authorJohn Kern <johnk@symbian.org>
Thu, 12 Aug 2010 18:57:17 -0700
changeset 28 7242cf5e2cd7
parent 27 afa910b5ae81
child 29 a9f1d0e21384
fix typo. accidently removed sql module
contactengine/contactengine.pro
--- a/contactengine/contactengine.pro	Thu Aug 12 18:48:24 2010 -0700
+++ b/contactengine/contactengine.pro	Thu Aug 12 18:57:17 2010 -0700
@@ -4,7 +4,7 @@
 #
 #-------------------------------------------------
 
-QT       += core gui
+QT       += core gui sql
 
 TARGET = contactengine
 TEMPLATE = app