Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 221 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 221 Bytes

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