add_executable(qt-test qt_test.cpp)
target_include_directories(qt-test PUBLIC $<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/include>)
target_link_libraries(qt-test PUBLIC Qt${QT_VERSION_MAJOR}::Core UmlauteWeb)

add_executable(std-test std_test.cpp)
target_include_directories(std-test PUBLIC $<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/include>)
target_link_libraries(std-test PUBLIC Qt${QT_VERSION_MAJOR}::Core UmlauteWeb)
