mirror of
https://bitbucket.org/smil3y/kde-l10n.git
synced 2025-02-23 18:42:54 +00:00
generic: top-level files cleanup
This commit is contained in:
parent
3777ea637b
commit
360cfc43aa
2 changed files with 74 additions and 79 deletions
|
@ -1,19 +1,14 @@
|
|||
# Kate project
|
||||
project (kde-extraapps)
|
||||
project (kde-l10n)
|
||||
|
||||
#search packages used by KDE
|
||||
set(QT_MIN_VERSION "4.8.2")
|
||||
find_package(KDE4 4.14.3 REQUIRED)
|
||||
include(KDE4Defaults)
|
||||
|
||||
# shared libs
|
||||
set(LIBRARY_TYPE SHARED)
|
||||
|
||||
# KDE/QT definitions we want
|
||||
add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
|
||||
add_definitions (-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DKTEXTEDITOR_NO_DEPRECATED)
|
||||
add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
|
||||
|
||||
# global include directories
|
||||
include_directories(${CMAKE_CURRENT_BINARY_DIR} ${KDE4_INCLUDES})
|
||||
|
||||
macro_optional_add_subdirectory( ar )
|
||||
|
|
Loading…
Add table
Reference in a new issue