/QtCmake

Example about build qt with cmake

Primary LanguageC++MIT LicenseMIT

QtCmake

Example about build qt with cmake

Build & Run

MacOSX

$ mkdir build
$ cd build
$ cmake ..
$ make
$ open HelloCMakeQt.app