Add tst_dropArea
Removed the requirement to have a parent, it's not really needed, conceptually.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user