mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 03:12:51 +00:00
13 lines
266 B
CMake
13 lines
266 B
CMake
include_directories(
|
|
${KDE4_KIO_INCLUDES}
|
|
../..
|
|
)
|
|
|
|
###### kbookmarkmodeltest ######
|
|
|
|
kde4_add_test(kbookmarkmodeltest kbookmarkmodeltest.cpp)
|
|
target_link_libraries(kbookmarkmodeltest
|
|
kbookmarkmodel_private
|
|
${KDE4_KIO_LIBS}
|
|
${QT_QTTEST_LIBRARY}
|
|
)
|