diff options
| author | Patrick Spendrin <[email protected]> | 2012-01-15 15:49:34 +0100 |
|---|---|---|
| committer | Patrick Spendrin <[email protected]> | 2012-01-15 15:49:34 +0100 |
| commit | 377ce832e127a1f1e3a2b0157166121f1e055416 (patch) | |
| tree | c4ccc5cada6a58c033ee4bc623f762a034e9603f /src/tests/CMakeLists.txt | |
| parent | 8d7a2c96eaff55f58c3e5ef020f8761a0d3e7b15 (diff) | |
fix build of tests on windows
Diffstat (limited to 'src/tests/CMakeLists.txt')
| -rw-r--r-- | src/tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index d8f2250e9..c3360674c 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -1,6 +1,8 @@ set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} ) include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. ${CMAKE_CURRENT_BUILD_DIR}/.. ${KDE4_INCLUDES} ) +# needed on windows to correctly use the files from dolphinprivate +add_definitions(-DLIBDOLPHINPRIVATE_EXPORT=) # KItemListSelectionManagerTest set(kitemlistselectionmanagertest_SRCS kitemlistselectionmanagertest.cpp |
