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
Utilities
Konsole
Commits
0527ef66
Commit
0527ef66
authored
Jul 05, 2007
by
Laurent Montel
😁
Browse files
Remove not necessary cmake variable
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=683756
parent
674167ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
0527ef66
...
...
@@ -182,7 +182,7 @@ kde4_add_plugin(konsolepart WITH_PREFIX ${konsolepart_PART_SRCS})
set_target_properties
(
konsolepart PROPERTIES DEFINE_SYMBOL KONSOLE_PART
)
target_link_libraries
(
konsolepart
${
KDE4_KDEUI_LIBS
}
${
KDE4_KPARTS_LIBS
}
${
KDE4_KFILE_LIBS
}
)
target_link_libraries
(
konsolepart
${
KDE4_KPARTS_LIBS
}
${
KDE4_KFILE_LIBS
}
)
if
(
X11_XTest_LIB
)
target_link_libraries
(
konsolepart
${
X11_XTest_LIB
}
)
endif
(
X11_XTest_LIB
)
...
...
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