opencv 3.0.0 cmake commands

Currently in the elinux wikia it lists the command cmake -DWITH_CUDA=ON -DCUDA_ARCH_BIN=“3.2” -DCUDA_ARCH_PTX=“” -DBUILD_TESTS=OFF -DBUILD_PERF_TESTS=OFF …

I’m getting the following error when I tried using cmake-gui to create the binaries

Detected version of GNU GCC: 48 (408)
Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found suitable version “1.2.8”, minimum required is “1.2.3”)
Found Jasper: /usr/lib/arm-linux-gnueabihf/libjasper.so (found version “1.900.1”)
Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found version “1.2.8”)
CMake Warning at cmake/OpenCVFindLibsGUI.cmake:18 (find_package):
By not providing “FindQt5Core.cmake” in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by “Qt5Core”, but
CMake did not find one.

Could not find a package configuration file provided by “Qt5Core” with any
of the following names:

Qt5CoreConfig.cmake
qt5core-config.cmake

Add the installation prefix of “Qt5Core” to CMAKE_PREFIX_PATH or set
“Qt5Core_DIR” to a directory containing one of the above files. If
“Qt5Core” provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
CMakeLists.txt:452 (include)

CMake Warning at cmake/OpenCVFindLibsGUI.cmake:19 (find_package):
By not providing “FindQt5Gui.cmake” in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by “Qt5Gui”, but
CMake did not find one.

Could not find a package configuration file provided by “Qt5Gui” with any
of the following names:

Qt5GuiConfig.cmake
qt5gui-config.cmake

Add the installation prefix of “Qt5Gui” to CMAKE_PREFIX_PATH or set
“Qt5Gui_DIR” to a directory containing one of the above files. If “Qt5Gui”
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
CMakeLists.txt:452 (include)

CMake Warning at cmake/OpenCVFindLibsGUI.cmake:20 (find_package):
By not providing “FindQt5Widgets.cmake” in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
“Qt5Widgets”, but CMake did not find one.

Could not find a package configuration file provided by “Qt5Widgets” with
any of the following names:

Qt5WidgetsConfig.cmake
qt5widgets-config.cmake

Add the installation prefix of “Qt5Widgets” to CMAKE_PREFIX_PATH or set
“Qt5Widgets_DIR” to a directory containing one of the above files. If
“Qt5Widgets” provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
CMakeLists.txt:452 (include)

CMake Warning at cmake/OpenCVFindLibsGUI.cmake:21 (find_package):
By not providing “FindQt5Test.cmake” in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by “Qt5Test”, but
CMake did not find one.

Could not find a package configuration file provided by “Qt5Test” with any
of the following names:

Qt5TestConfig.cmake
qt5test-config.cmake

Add the installation prefix of “Qt5Test” to CMAKE_PREFIX_PATH or set
“Qt5Test_DIR” to a directory containing one of the above files. If
“Qt5Test” provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
CMakeLists.txt:452 (include)

CMake Warning at cmake/OpenCVFindLibsGUI.cmake:22 (find_package):
By not providing “FindQt5Concurrent.cmake” in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
“Qt5Concurrent”, but CMake did not find one.

Could not find a package configuration file provided by “Qt5Concurrent”
with any of the following names:

Qt5ConcurrentConfig.cmake
qt5concurrent-config.cmake

Add the installation prefix of “Qt5Concurrent” to CMAKE_PREFIX_PATH or set
“Qt5Concurrent_DIR” to a directory containing one of the above files. If
“Qt5Concurrent” provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
CMakeLists.txt:452 (include)

CMake Error at /usr/share/cmake-2.8/Modules/FindQt4.cmake:1386 (message):
Found unsuitable Qt version “” from NOTFOUND, this code requires Qt 4.x
Call Stack (most recent call first):
cmake/OpenCVFindLibsGUI.cmake:34 (find_package)
CMakeLists.txt:452 (include)

In cmake-gui I chose Unix Makefiles >> Use Default Native Compilers, is this the correct one?