diff options
| author | Hannah von Reth <[email protected]> | 2017-05-11 12:33:15 +0200 |
|---|---|---|
| committer | Hannah von Reth <[email protected]> | 2017-05-11 12:33:15 +0200 |
| commit | 6c3cacd2b360cf70205f662b73a5296f81ef1702 (patch) | |
| tree | 1339b75d2adde758b2069d3be53a0f7076dc2aed /src | |
| parent | 0c8ef2977e2285676fb4c2ee1fdcb1e641c1acd7 (diff) | |
Remove define to disable exports
As the tests are now correctly linked to dolphinprivate we need the
actual export macro.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tests/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index c7159bf1b..de693e2b9 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -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 |
