mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
kfilereplace: allow build without top-level cmake invocation
This commit is contained in:
parent
689db5d8a5
commit
fa4f26cb24
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
|||
project(kfilereplace)
|
||||
|
||||
find_package(KDE4 REQUIRED)
|
||||
|
||||
include(KDE4Defaults)
|
||||
include(MacroLibrary)
|
||||
|
||||
add_definitions(${QT_DEFINITIONS} ${QT_QTDBUS_DEFINITIONS} ${KDE4_DEFINITIONS})
|
||||
include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
|
||||
|
||||
add_subdirectory( toolbar )
|
||||
|
||||
########### next target ###############
|
||||
|
|
Loading…
Add table
Reference in a new issue