Win: Require CMake 3.0+, and look for Qt 5.3 in default location.
authorIan Elliott <ian@LunarG.com>
Wed, 4 Mar 2015 20:48:59 +0000 (13:48 -0700)
committerIan Elliott <ian@LunarG.com>
Thu, 5 Mar 2015 19:23:15 +0000 (12:23 -0700)
commitc3cac779ddc626bba1f5f764c2c64379b29f3250
tree637e762be8094aa7d5ac4d509872b9c6ae1052f6
parent43d67f8688efb56cf6c7a72b7994deb180d350b9
Win: Require CMake 3.0+, and look for Qt 5.3 in default location.

CMake 3.0+ has the ability to "find_package(Qt5".  Thus, we will require at
least this version for Windows.

CMake still isn't smart enough to go looking for Qt 5.3, and another
modification is to look to see whether it's installed (on Windows) in the
default location.  If so, set Qt5_DIR to point to it.
tools/glave/CMakeLists.txt