项目作者: ionyshch
项目描述 :
Template for CMake-based Qt5 Widgets app targeting MacOS. Libraries are included into app bundle.
高级语言: CMake
项目地址: git://github.com/ionyshch/cmake-qt5widgets-macos.git
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