plasma-framework/declarativeimports/krunnermodel/test/CMakeLists.txt
Shaun Reich 04d6b450d3 move krunnermodel into plasma/declarativeimports where it belongs
(slight mistake on the git-filter-branch import from plasma-mobile.
So it'll live here now, so that other gizmos can use it.
2012-05-03 10:00:04 -04:00

13 lines
352 B
CMake

set(runnermodeltest_SRCS
main.cpp
dynamictreemodel.cpp
modeltest.cpp
../runnermodel.cpp
)
qt4_automoc(${runnermodeltest_SRCS})
#kde4_add_library(datamodelsplugin SHARED ${datamodels_SRCS})
kde4_add_executable(runnermodeltest ${runnermodeltest_SRCS})
target_link_libraries(runnermodeltest ${QT_QTTEST_LIBRARY} ${KDE4_PLASMA_LIBS})