In tests/unittests/intent-filter/CMakeLists.txt:
838 +set(TEST tst_IntentFilterTests) 839 +set(SOURCES 840 + ${CMAKE_SOURCE_DIR}/src/app/webcontainer/intent-filter.cpp
this should be ${webapp-container_SOURCE_DIR}/intent-filter.cpp
841 + tst_IntentFilterTests.cpp 842 +) 843 +set(WEBAPP_CONTAINER_INTENT_FILTER webapp-container-intent-filter)
the variable defined here seems unused
844 +include_directories(${CMAKE_SOURCE_DIR})
this should be ${webapp-container_SOURCE_DIR}
845 +add_executable(${TEST} ${SOURCES}) 846 +qt5_use_modules(${TEST} Core Test Qml) 847 +add_test(${TEST} ${CMAKE_CURRENT_BINARY_DIR}/${TEST} -xunitxml -o ${TEST}.xml)
« Back to merge proposal
In tests/unittests /intent- filter/ CMakeLists. txt:
838 +set(TEST tst_IntentFilte rTests) SOURCE_ DIR}/src/ app/webcontaine r/intent- filter. cpp
839 +set(SOURCES
840 + ${CMAKE_
this should be ${webapp- container_ SOURCE_ DIR}/intent- filter. cpp
841 + tst_IntentFilte rTests. cpp CONTAINER_ INTENT_ FILTER webapp- container- intent- filter)
842 +)
843 +set(WEBAPP_
the variable defined here seems unused
844 +include_ directories( ${CMAKE_ SOURCE_ DIR})
this should be ${webapp- container_ SOURCE_ DIR}
845 +add_executable (${TEST} ${SOURCES}) modules( ${TEST} Core Test Qml) CURRENT_ BINARY_ DIR}/${ TEST} -xunitxml -o ${TEST}.xml)
846 +qt5_use_
847 +add_test(${TEST} ${CMAKE_