From d726404d59f86d7d0a10a1d2557d52af0fbeefac Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sun, 12 Feb 2012 14:24:30 +0100 Subject: Make sure the Qt Sql module is handled. --- modules/ECMQt4To5Porting.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/ECMQt4To5Porting.cmake') diff --git a/modules/ECMQt4To5Porting.cmake b/modules/ECMQt4To5Porting.cmake index 0df4237d..18233ff9 100644 --- a/modules/ECMQt4To5Porting.cmake +++ b/modules/ECMQt4To5Porting.cmake @@ -166,6 +166,7 @@ set(_qt_modules Declarative Quick WebKit + Sql ) foreach(_module ${_qt_modules}) -- cgit v1.2.1