mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
20 lines
407 B
CMake
20 lines
407 B
CMake
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}
|
|
)
|