Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
SDK
Kompare
Commits
c0251721
Commit
c0251721
authored
Jul 24, 2013
by
Jeremy Whiting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove ../libdiff2 from komparepart include path, since it's gone.
parent
0977c04f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
komparepart/CMakeLists.txt
komparepart/CMakeLists.txt
+1
-3
No files found.
komparepart/CMakeLists.txt
View file @
c0251721
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../libdialogpages
${
CMAKE_CURRENT_SOURCE_DIR
}
/../libdiff2
${
CMAKE_CURRENT_SOURCE_DIR
}
/../interfaces
)
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../libdialogpages
${
CMAKE_CURRENT_SOURCE_DIR
}
/../interfaces
)
########### next target ###############
...
...
@@ -42,7 +42,6 @@ install( FILES komparepartui.rc DESTINATION ${DATA_INSTALL_DIR}/kompare )
#
#INCLUDES = \
# -I$(top_srcdir)/kompare/libdialogpages \
# -I$(top_srcdir)/kompare/libdiff2 \
# -I$(top_srcdir)/kompare/interfaces \
# $(all_includes)
#
...
...
@@ -74,7 +73,6 @@ install( FILES komparepartui.rc DESTINATION ${DATA_INSTALL_DIR}/kompare )
#libkomparepart_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries)
#libkomparepart_la_LIBADD = $(LIB_KPARTS) $(LIB_KFILE) \
# ../libdialogpages/libdialogpages.la \
# ../libdiff2/libdiff2.la \
# ../interfaces/libkompareinterface.la
#
## this is where the desktop file will go
...
...
Write
Preview
Markdown
is supported
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