Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 1.3 KB

File metadata and controls

61 lines (33 loc) · 1.3 KB

EdelApp

A Qt application template using the CMake build system, including CTest for unit testing and CPack for installation packages creation.

This project is currently just an experiment to learn CMake.

Supported platforms

EdelApp has been developed and tested on Mac OS X 10.10.3, Qt 5.5 and CMake 3.2.2.

Setup your environment

export CMAKE_PREFIX_PATH="$CMAKE_PREFIX_PATH:<path_to>/Qt/5.5/clang_64"

Give it a try

Get the code:

$ git clone git@github.com:edeltech/EdelApp.git

Configure and build (out-of-source):

$ mkdir EdelApp-build
$ cd EdelApp-build
$ cmake ../EdelApp
$ make

Run the unit tests:

$ make check

And finally, create an installation package:

$ make package

What's Next ?

Read through the source code and CMake files you just checked out and build on it !

Authors

Thank you

Changelog

0.1.0 (Jan 7, 2013)

  • Initial release

0.2.0 (Jun 10, 2015)

  • Update to Qt5

License

See LICENSE file.