XinyuKhan / cmake-qt5widgets-macos

Template for CMake-based Qt5 Widgets app targeting MacOS. Libraries are included into app bundle.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Template for CMake-based Qt Widgets Application wizard.

Packages necessary Qt libraries into app bundle.

Building

cd <path to cmake-qt5widgets-macos>
mkdir build
cd build
cmake ..
cpack -G DragNDrop

About

Template for CMake-based Qt5 Widgets app targeting MacOS. Libraries are included into app bundle.

License:MIT License


Languages

Language:CMake 83.0%Language:C++ 17.0%