mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42: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)
|
project(activityengine)
|
||||||
|
|
||||||
|
include_directories( ${KACTIVITIES_INCLUDE_DIR} )
|
||||||
|
|
||||||
set(activity_engine_SRCS
|
set(activity_engine_SRCS
|
||||||
ActivityData.cpp
|
ActivityData.cpp
|
||||||
activityengine.cpp
|
activityengine.cpp
|
||||||
|
|
|
@ -7,7 +7,7 @@ set(plasmaextracomponents_SRCS
|
||||||
fallbackcomponent.cpp
|
fallbackcomponent.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
include_directories( ${CMAKE_SOURCE_DIR}/kactivities/src/lib/core/includes )
|
include_directories( ${KACTIVITIES_INCLUDE_DIR} )
|
||||||
|
|
||||||
qt4_automoc(${plasmaextracomponents_SRCS})
|
qt4_automoc(${plasmaextracomponents_SRCS})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue