diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-06-20 13:53:35 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-06-20 13:54:16 +0200 |
commit | a98f0695f7e22311d2684d4f26b09f317100a61c (patch) | |
tree | b849902f0a68ed3581fe599d73c7fa7ad405d3ab /modules | |
parent | 3658ae8e0ffbc61d153115f189a6be14d401708c (diff) | |
download | extra-cmake-modules-a98f0695f7e22311d2684d4f26b09f317100a61c.tar.gz extra-cmake-modules-a98f0695f7e22311d2684d4f26b09f317100a61c.tar.bz2 |
List the OpenGL module too.
Diffstat (limited to 'modules')
-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 3efea14a..4fc7b513 100644 --- a/modules/ECMQt4To5Porting.cmake +++ b/modules/ECMQt4To5Porting.cmake @@ -166,6 +166,7 @@ set(_qt_modules Quick1 WebKit Sql + OpenGL ) foreach(_module ${_qt_modules}) |