Skip to content

edeltech/EdelApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published