maidamai0 / Qt-Practice

Practice code for Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Practice code for Qt

These samples are originally written with Qt5 and now compile with Qt6

How to build

CMake and Ninja are used to build these samples

  • Latest CMake is recommended, but older version should work after you change cmake_minimum_required in Top CMakeLists.txt
  • Ninja is used as the CMake Generator, you can use the default tool after comment out set(CMAKE_GENERATOR "Ninja") in Top CMakeLists.txt
  • Make sure CMake can find Qt, such as cmake -DCMAKE_PREFIX_PATH=C:/Qt/6.0.3/msvc2019_64/lib/cmake

About

Practice code for Qt


Languages

Language:C++ 57.9%Language:CMake 21.9%Language:QML 17.3%Language:Python 1.6%Language:QMake 1.3%