@@ -1,7 +1,7 @@
project(CTKTesting)
if(CTK_USE_QTTESTING)
- include(../QtTesting/CMake/ctkQtTesting.cmake)
+ include(${CMAKE_SOURCE_DIR}/Libs/QtTesting/CMake/ctkQtTesting.cmake)
endif()
install(FILES
ctkTest.h
@@ -98,6 +98,7 @@ set(LIBRARY_NAME ${PROJECT_NAME})
# If CTK_USE_QTTESTING is ON
#
ctkQtTesting(Tests TEST_MOC_SOURCES TEST_UI_FORMS Tests_RESOURCES)
@@ -196,6 +196,7 @@ set(Tests_MOC_SRCS
)
ctkQtTesting(Tests_SRCS Tests_MOC_SRCS Tests_UI_FORMS Tests_RESOURCES)