Add tst_dropArea

Removed the requirement to have a parent, it's not really needed,
conceptually.
This commit is contained in:
Sergio Martins
2022-07-27 10:34:13 +01:00
parent 93b3f77969
commit 7b20eedf6d
4 changed files with 26 additions and 2 deletions

View File

@@ -69,6 +69,9 @@ target_link_libraries(tst_view kddockwidgets kdbindings)
add_executable(tst_window tst_window.cpp ${TESTING_RESOURCES})
target_link_libraries(tst_window kddockwidgets kdbindings)
add_executable(tst_droparea tst_droparea.cpp ${TESTING_RESOURCES})
target_link_libraries(tst_droparea kddockwidgets kdbindings)
add_executable(tst_platform tst_platform.cpp ${TESTING_RESOURCES})
target_link_libraries(tst_platform kddockwidgets kdbindings)