diff options
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index c2e10dc63..77312a215 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -88,8 +88,7 @@ add_definitions(-g) add_definitions(-DSUBSURFACE_TEST_DATA="${SUBSURFACE_TEST_DATA}") # Build QML test runner -# add_executable demands relative path, therefore ../ -add_executable(TestQML testqml.cpp ../subsurface-helper.cpp ) +add_executable(TestQML testqml.cpp) target_link_libraries( TestQML subsurface_corelib |