diff options
author | Jorgen Lind <jorgen.lind@gmail.com> | 2012-07-17 13:38:16 +0200 |
---|---|---|
committer | Paul Olav Tvete <paul.tvete@nokia.com> | 2012-07-17 16:53:32 +0200 |
commit | 32fdbf184b7478f83e4d6ff4dba3dbe150eb9e9b (patch) | |
tree | 1987cb730c7d3503951de36bbc7a3a9418350893 /qtwayland.pro | |
parent | 3ae60a1dbb397df2f293e62c3978c11a0d9c9453 (diff) | |
download | qtwayland-32fdbf184b7478f83e4d6ff4dba3dbe150eb9e9b.tar.gz |
Config tests for gl integration
Change-Id: Ie7d80e7591d11aa5df87ca5d5de4cd6c03928c83
Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
Diffstat (limited to 'qtwayland.pro')
-rw-r--r-- | qtwayland.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qtwayland.pro b/qtwayland.pro index fa2822b8..651045e3 100644 --- a/qtwayland.pro +++ b/qtwayland.pro @@ -1,5 +1,9 @@ load(configure) qtCompileTest(xkbcommon) qtCompileTest(brcm_egl) +qtCompileTest(egl) +qtCompileTest(glx) +qtCompileTest(wayland_egl) +qtCompileTest(xcomposite) load(qt_parts) |