diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-02-12 14:24:30 +0100 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-02-12 14:24:30 +0100 |
commit | d726404d59f86d7d0a10a1d2557d52af0fbeefac (patch) | |
tree | 5fde21424b56f0e9add279c44a823eabe037c18b /modules/ECMQt4To5Porting.cmake | |
parent | 2ce55e30a2f22c2f1d560c952fece041e8e87b5f (diff) | |
download | extra-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.cmake | 1 |
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}) |