add_executable(layoutexport main.cpp)
target_link_libraries(layoutexport
  KDSME::Core
  Qt5::Gui
)
