]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Remove define to disable exports
authorHannah von Reth <vonreth@kde.org>
Thu, 11 May 2017 10:33:15 +0000 (12:33 +0200)
committerHannah von Reth <vonreth@kde.org>
Thu, 11 May 2017 10:33:15 +0000 (12:33 +0200)
As the tests are now correctly linked to dolphinprivate we need the
actual export macro.

src/tests/CMakeLists.txt

index c7159bf1bcf11f830fd2de599aba6796e4b05617..de693e2b92237c60b496cc081900f59ecc0b317d 100644 (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