mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
11 lines
249 B
CMake
11 lines
249 B
CMake
add_definitions(
|
|
-DQT_USE_FAST_CONCATENATION
|
|
-DQT_USE_FAST_OPERATOR_PLUS
|
|
-DQT_NO_CAST_TO_ASCII
|
|
-DQT_NO_CAST_FROM_ASCII
|
|
)
|
|
|
|
add_subdirectory( network )
|
|
add_subdirectory( ioslave )
|
|
add_subdirectory( kded )
|
|
add_subdirectory( mimetypes )
|