Remove define to disable exports

As the tests are now correctly linked to dolphinprivate we need the
actual export macro.
This commit is contained in:
Hannah von Reth 2017-05-11 12:33:15 +02:00
parent 0c8ef2977e
commit 6c3cacd2b3

View file

@ -3,9 +3,6 @@ set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
find_package(Qt5Test CONFIG REQUIRED)
include(ECMMarkAsTest)
# needed on windows to correctly use the files from dolphinprivate
add_definitions(-DDOLPHIN_EXPORT=)
# KItemSetTest
set(kitemsettest_SRCS
kitemsettest.cpp