gamecreature / QtAwesome

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

Add cmake support #38

Closed huhuang03 closed 3 years ago

huhuang03 commented 3 years ago

It's a very long time that previous pull request #22 not update.

So I modified the cmake script, add line

target_include_directories(QtAwesome PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})

So the cmake can include the QtAwesome directory automatic.

huhuang03 commented 3 years ago

I will close this because I added to .idea to source control...