Skip to content

Files

Latest commit

Dec 26, 2017
08663b6 · Dec 26, 2017

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