allow it to be built separately
svn path=/trunk/KDE/kdelibs/; revision=1159221
This commit is contained in:
parent
99b597719c
commit
0b238885a4
@ -1,5 +1,15 @@
|
||||
project(plasma-containmentactions-test)
|
||||
|
||||
project(plasma_testengine_dataengine)
|
||||
|
||||
find_package(KDE4 REQUIRED)
|
||||
|
||||
include(KDE4Defaults)
|
||||
|
||||
include_directories(${CMAKE_SOURCE_DIR}
|
||||
${CMAKE_BINARY_DIR}
|
||||
${KDE4_INCLUDES})
|
||||
|
||||
set(test_SRCS
|
||||
test.cpp
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user