

cmake -build build -parallel -config Debug.Like: cmake -B build -DCMAKE_BUILD_TYPE=Debug -DQt5_DIR=$(brew -prefix qt5)/lib/cmake/Qt5 Note: CMake may fail to find the necessary *.cmake files for configuration, for that, you can set the Qt5_DIR variable with the path for the cmake/Qt5 folder. cmake -B build -DCMAKE_BUILD_TYPE=Debug.Since Ping-Viewer v2.2.0, the project now uses CMake to simplify the build process.įor more information about CMake with Qt based projects, check the Qt CMake manual Build and run with the Green Play icon.Windows: Desktop Qt 5.15 MSVC2017 64 bit.Select the appropriate kit for your needs:.Launch Qt Creator and open the CMakeLists.txt project.Install Additional Packages (Platform Specific).Everything else may be necessary except Android tools. Then install just the following components: In the installer Select Components dialog choose: 5.15.Download and run the Qt Online Installer.When installing, you must minimally select all Visual C++ components. The Windows compiler can be found here: Visual Studio 2017 compiler (64 bit). Install Visual Studio 2017 (Windows Only) Tip: For more information see: Qt 5 supported platform list. Windows: 10 or higher, Visual Studio 2017 compiler (64 bit).Linux: 64 bit, gcc-8 or clang-7 compiler versions or higher.This is possible with the Qt toolkit as its cross-platform support library. Ping-Viewer builds are supported for Windows, Linux and macOS. You must use git! Build Ping-Viewer Native Builds Note: Github source-code zip files cannot be used because these do not contain the appropriate submodule source code. Update submodules (required each time you pull new source code):.Clone the repo (or your fork) including submodules and go inside folder:.Source code for Ping-Viewer is kept on GitHub here:, and it's licensed under GPLv3. If you just want to test (and not debug) a recent build of Ping-Viewer you can use the Continuous Build.
Qt creator needs a compiler setup to build windows 10 how to#
The following topic will explain how to get Ping-Viewer source code and how to build it.
