95e5431610
the old plugin is still there for compatibility, however is discouraged to be used
10 lines
294 B
CMake
10 lines
294 B
CMake
INCLUDE_DIRECTORIES(.. .)
|
|
|
|
kde4_add_unit_test(fullmodelaccesstest columnproxymodeltest.cpp ../columnproxymodel.cpp ../../core/tests/modeltest.cpp)
|
|
target_link_libraries(fullmodelaccesstest
|
|
${QT_QTCORE_LIBRARY}
|
|
${QT_QTGUI_LIBRARY}
|
|
${QT_QTTEST_LIBRARY}
|
|
${KDE4_KDECORE_LIBS}
|
|
)
|