Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example qmake consumer project.

It needs first to have installed the project: https://github.com/memsharded/hello_multi_config Such is a multi-config package with both debug and release artifacts

Then:

$ git clone https://github.com/memsharded/qmake_example
$ cd qmake_example
$ conan install
$ qmake
$ make
$ ./helloworld
> Hello World Release!
# now lets build the debug one
$ make clean
$ qmake CONFIG+=debug
$ make
$ ./helloworld
> Hello World Debug!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages