Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SDK
Kompare
Commits
0837b1c1
Commit
0837b1c1
authored
Aug 30, 2011
by
Patrick Spendrin
Browse files
fix building under windows (forward port)
svn path=/trunk/KDE/kdesdk/kompare/; revision=1250340
parent
b81fe468
Changes
1
Hide whitespace changes
Inline
Side-by-side
libdiff2/tests/CMakeLists.txt
View file @
0837b1c1
...
...
@@ -19,6 +19,7 @@ set(interactiveDiffTest_SRCS
)
kde4_add_unit_test
(
interactiveDiffTest
${
interactiveDiffTest_SRCS
}
)
set_target_properties
(
interactiveDiffTest PROPERTIES COMPILE_FLAGS
"-DDIFF2_EXPORT="
)
target_link_libraries
(
interactiveDiffTest
${
QT_QTTEST_LIBRARY
}
${
KDE4_KDECORE_LIBS
}
...
...
@@ -32,6 +33,7 @@ set(levenshteinTest_SRCS
)
kde4_add_unit_test
(
levenshteintest
${
levenshteinTest_SRCS
}
)
set_target_properties
(
levenshteintest PROPERTIES COMPILE_FLAGS
"-DDIFF2_EXPORT="
)
target_link_libraries
(
levenshteintest
${
QT_QTTEST_LIBRARY
}
${
QT_QTCORE_LIBRARY
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment