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
Multimedia
libkcddb
Commits
a2c9959d
Commit
a2c9959d
authored
May 12, 2006
by
Alexander Neundorf
Browse files
kde4_header and kde4_footer() are gone now
svn path=/trunk/KDE/kdemultimedia/libkcddb/; revision=540224
parent
b9abd6a7
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a2c9959d
kde4_header
()
project
(
libkcddb
)
add_subdirectory
(
test
)
...
...
@@ -69,7 +68,6 @@ install_targets(${LIB_INSTALL_DIR} kcddb )
install_files
(
/include/libkcddb FILES cdinfo.h client.h kcddbconfig.h cddb.h configbase.h
)
install_files
(
${
KCFG_INSTALL_DIR
}
FILES libkcddb.kcfg
)
kde4_footer
()
...
...
kcmcddb/CMakeLists.txt
View file @
a2c9959d
kde4_header
()
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/..
${
CMAKE_CURRENT_BINARY_DIR
}
/..
)
...
...
@@ -26,7 +25,6 @@ install_targets(${PLUGIN_INSTALL_DIR} kcm_cddb )
install_files
(
${
XDG_APPS_DIR
}
FILES libkcddb.desktop
)
install_files
(
${
KCONF_UPDATE_INSTALL_DIR
}
FILES kcmcddb-emailsettings.upd
)
kde4_footer
()
...
...
test/CMakeLists.txt
View file @
a2c9959d
kde4_header
()
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/..
${
CMAKE_CURRENT_BINARY_DIR
}
/..
)
...
...
@@ -67,5 +66,4 @@ if(KDE4_BUILD_TESTS)
endif
(
KDE4_BUILD_TESTS
)
kde4_footer
()
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