add_executable(GioMemory_test
    GioMemory_test.cpp
    )

include_directories(
    ${GIO_INCLUDE_DIRS}
    ${QDBUSTEST_INCLUDE_DIRS}
    )

target_compile_definitions(GioMemory_test
    PUBLIC QT_NO_KEYWORDS=1
    )

target_link_libraries(GioMemory_test
    ${TESTLIBS}
    ${GIO_LDFLAGS}
    ${QDBUSTEST_LDFLAGS}
    Qt${QT_VERSION_MAJOR}::Core
    Qt${QT_VERSION_MAJOR}::DBus
    )

add_test(GioMemory_test GioMemory_test)
