项目作者: 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
创建时间: 2017-12-19T16:34:36Z
项目社区:https://github.com/ionyshch/cmake-qt5widgets-macos

开源协议:MIT License

下载


About

Template for CMake-based Qt Widgets Application wizard.

Packages necessary Qt libraries into app bundle.

Building

  1. cd <path to cmake-qt5widgets-macos>
  2. mkdir build
  3. cd build
  4. cmake ..
  5. cpack -G DragNDrop