Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SDK
KDiff3
Commits
a88834dc
Commit
a88834dc
authored
Jul 09, 2016
by
Michael Reeves
Browse files
*fix build
parent
121a6fd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a88834dc
...
...
@@ -19,7 +19,7 @@ link_directories(
configure_file
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/config-kdiff3.h.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/config-kdiff3.h
)
add_subdirectory
(
src
-QT4
)
add_subdirectory
(
src
)
#add_subdirectory(po)
add_subdirectory
(
doc
)
...
...
@@ -43,7 +43,7 @@ else(KFILEITEMACTIONPLUGIN_FOUND)
message
(
STATUS
"libkonq module found........... YES"
)
message
(
STATUS
" => kdiff3plugin (KDiff3 contextmenu plugin for Konqueror) will be built."
)
message
(
STATUS
""
)
add_subdirectory
(
kdiff3plugin
-QT4
)
add_subdirectory
(
kdiff3plugin
)
else
(
LIBKONQ_FOUND
)
message
(
STATUS
""
)
message
(
STATUS
"libkonq module found........... NO"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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