gamecreature / QtAwesome

QtAwesome - Font Awesome for Qt Applications
Other
787 stars 149 forks source link

Add install step #52

Closed MartinDelille closed 1 year ago

MartinDelille commented 1 year ago

I think this install step is missing to the CMake

gamecreature commented 1 year ago

Thanks for the contribution again!☺️ Btw do you think Qtawesome is being installed like this?

MartinDelille commented 1 year ago

As I may have told you before I'm not a CMake expert but the basic understanding I have is that running cmake --install ... or make install will install the library on the configured prefix path to make it available to your dev environment. Since the default prefix is /usr/local it will make it available "globally" for your user.

Since I'm packaging my software with cpack this tool need proper install target for the various application component.