aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-10-31 21:45:52 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-02 12:52:59 -0800
commitc66de6f707dea0b1b0f1d343e4a508880171ebc3 (patch)
treeff540dfaa0b646b500f820341590a34aab0d4554
parentbf12c3533c73054066c4a1223bdb0a533778d44c (diff)
downloadsubsurface-c66de6f707dea0b1b0f1d343e4a508880171ebc3.tar.gz
Do not depend on the subsurface_core qrc for tests
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 0b322d053..23642fb3c 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,6 +1,6 @@
# QTest based tests
macro(TEST NAME FILE)
- add_executable(${NAME} ${FILE} ${SUBSURFACE_RESOURCES})
+ add_executable(${NAME} ${FILE} )
target_link_libraries(${NAME} subsurface_corelib ${QT_TEST_LIBRARIES} ${SUBSURFACE_LINK_LIBRARIES})
add_test(NAME ${NAME} COMMAND $<TARGET_FILE:${NAME}>)
endmacro()