mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
fixed build against kactivities (part 2)
This commit is contained in:
parent
c37ae22f67
commit
3177f3f208
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
project(activityengine)
|
||||
|
||||
include_directories( ${KACTIVITIES_INCLUDE_DIR} )
|
||||
|
||||
set(activity_engine_SRCS
|
||||
ActivityData.cpp
|
||||
activityengine.cpp
|
||||
|
|
|
@ -7,7 +7,7 @@ set(plasmaextracomponents_SRCS
|
|||
fallbackcomponent.cpp
|
||||
)
|
||||
|
||||
include_directories( ${CMAKE_SOURCE_DIR}/kactivities/src/lib/core/includes )
|
||||
include_directories( ${KACTIVITIES_INCLUDE_DIR} )
|
||||
|
||||
qt4_automoc(${plasmaextracomponents_SRCS})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue