mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-25 11:22:50 +00:00
21 lines
407 B
Text
21 lines
407 B
Text
![]() |
kde4_add_unit_test(test_kconf_update
|
||
|
test_kconf_update.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(test_kconf_update
|
||
|
${KDE4_KDECORE_LIBS}
|
||
|
${QT_QTCORE_LIBRARY}
|
||
|
${QT_QTTEST_LIBRARY}
|
||
|
)
|
||
|
|
||
|
kde4_add_unit_test(test_kconfigutils
|
||
|
test_kconfigutils.cpp
|
||
|
../kconfigutils.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(test_kconfigutils
|
||
|
${KDE4_KDECORE_LIBS}
|
||
|
${QT_QTCORE_LIBRARY}
|
||
|
${QT_QTTEST_LIBRARY}
|
||
|
)
|