aboutsummaryrefslogtreecommitdiff
path: root/modules/ECMQt4To5Porting.cmake
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-02-12 14:24:30 +0100
committerStephen Kelly <steveire@gmail.com>2012-02-12 14:24:30 +0100
commitd726404d59f86d7d0a10a1d2557d52af0fbeefac (patch)
tree5fde21424b56f0e9add279c44a823eabe037c18b /modules/ECMQt4To5Porting.cmake
parent2ce55e30a2f22c2f1d560c952fece041e8e87b5f (diff)
downloadextra-cmake-modules-d726404d59f86d7d0a10a1d2557d52af0fbeefac.tar.gz
extra-cmake-modules-d726404d59f86d7d0a10a1d2557d52af0fbeefac.tar.bz2
Make sure the Qt Sql module is handled.
Diffstat (limited to 'modules/ECMQt4To5Porting.cmake')
-rw-r--r--modules/ECMQt4To5Porting.cmake1
1 files changed, 1 insertions, 0 deletions
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})