mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 02:42:51 +00:00
7 lines
153 B
CMake
7 lines
153 B
CMake
project(blogilo)
|
|
add_definitions( -DQT_NO_CAST_FROM_ASCII )
|
|
add_definitions( -DQT_NO_CAST_TO_ASCII )
|
|
|
|
|
|
add_subdirectory( src )
|
|
add_subdirectory( icons )
|