/cmake-qt5widgets-macos

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

Primary LanguageCMakeMIT LicenseMIT

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