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
3c44b3ee
Commit
3c44b3ee
authored
Mar 22, 2006
by
Laurent Montel
Browse files
Use new cmake variable from kdelibs new snapshot
svn path=/trunk/KDE/kdemultimedia/libkcddb/; revision=521393
parent
5b2a21c3
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3c44b3ee
...
...
@@ -53,7 +53,7 @@ kde4_add_kcfg_files(kcddb_LIB_SRCS configbase.kcfgc )
kde4_add_library
(
kcddb SHARED
${
kcddb_LIB_SRCS
}
)
target_link_libraries
(
kcddb
${
LIB
_KDE3SUPPORT
}
musicbrainz
)
target_link_libraries
(
kcddb
${
KDE4
_KDE3SUPPORT
_LIBRARIES
}
musicbrainz
)
set_target_properties
(
kcddb PROPERTIES VERSION 1.0.0 SOVERSION 1
)
install_targets
(
${
LIB_INSTALL_DIR
}
kcddb
)
...
...
kcmcddb/CMakeLists.txt
View file @
3c44b3ee
...
...
@@ -15,7 +15,7 @@ kde4_add_plugin(kcm_cddb ${kcm_cddb_PART_SRCS})
kde4_install_libtool_file
(
${
PLUGIN_INSTALL_DIR
}
kcm_cddb
)
target_link_libraries
(
kcm_cddb
${
LIB
_KDEUI
}
kcddb
)
target_link_libraries
(
kcm_cddb
${
KDE4
_KDEUI
_LIBRARIES
}
kcddb
)
install_targets
(
${
LIB_INSTALL_DIR
}
/kde4 kcm_cddb
)
...
...
test/CMakeLists.txt
View file @
3c44b3ee
...
...
@@ -13,7 +13,7 @@ if(KDE4_BUILD_TESTS)
kde4_add_executable
(
syncsmtpsubmittest
${
syncsmtpsubmittest_SRCS
}
)
target_link_libraries
(
syncsmtpsubmittest
${
QT_AND
_KDECORE_LIBS
}
kcddb
)
target_link_libraries
(
syncsmtpsubmittest
${
KDE4
_KDECORE_LIBS
}
kcddb
)
endif
(
KDE4_BUILD_TESTS
)
...
...
@@ -27,7 +27,7 @@ if(KDE4_BUILD_TESTS)
kde4_add_executable
(
asyncsmtpsubmittest
${
asyncsmtpsubmittest_SRCS
}
)
target_link_libraries
(
asyncsmtpsubmittest
${
QT_AND
_KDECORE_LIBS
}
kcddb
)
target_link_libraries
(
asyncsmtpsubmittest
${
KDE4
_KDECORE_LIBS
}
kcddb
)
endif
(
KDE4_BUILD_TESTS
)
...
...
@@ -41,7 +41,7 @@ if(KDE4_BUILD_TESTS)
kde4_add_executable
(
asynchttplookuptest
${
asynchttplookuptest_SRCS
}
)
target_link_libraries
(
asynchttplookuptest
${
QT_AND
_KDECORE_LIBS
}
kcddb QtTest_debug
)
target_link_libraries
(
asynchttplookuptest
${
KDE4
_KDECORE_LIBS
}
kcddb QtTest_debug
)
endif
(
KDE4_BUILD_TESTS
)
...
...
@@ -55,7 +55,7 @@ if(KDE4_BUILD_TESTS)
kde4_add_executable
(
asynccddblookuptest
${
asynccddblookuptest_SRCS
}
)
target_link_libraries
(
asynccddblookuptest
${
QT_AND
_KDECORE_LIBS
}
kcddb
)
target_link_libraries
(
asynccddblookuptest
${
KDE4
_KDECORE_LIBS
}
kcddb
)
endif
(
KDE4_BUILD_TESTS
)
...
...
@@ -69,7 +69,7 @@ if(KDE4_BUILD_TESTS)
kde4_add_executable
(
synccddblookuptest
${
synccddblookuptest_SRCS
}
)
target_link_libraries
(
synccddblookuptest
${
QT_AND
_KDECORE_LIBS
}
kcddb QtTest_debug
)
target_link_libraries
(
synccddblookuptest
${
KDE4
_KDECORE_LIBS
}
kcddb QtTest_debug
)
endif
(
KDE4_BUILD_TESTS
)
...
...
@@ -83,7 +83,7 @@ if(KDE4_BUILD_TESTS)
kde4_add_executable
(
synchttplookuptest
${
synchttplookuptest_SRCS
}
)
target_link_libraries
(
synchttplookuptest
${
QT_AND
_KDECORE_LIBS
}
kcddb
)
target_link_libraries
(
synchttplookuptest
${
KDE4
_KDECORE_LIBS
}
kcddb
)
endif
(
KDE4_BUILD_TESTS
)
...
...
@@ -97,7 +97,7 @@ if(KDE4_BUILD_TESTS)
kde4_add_executable
(
asynchttpsubmittest
${
asynchttpsubmittest_SRCS
}
)
target_link_libraries
(
asynchttpsubmittest
${
QT_AND
_KDECORE_LIBS
}
kcddb
)
target_link_libraries
(
asynchttpsubmittest
${
KDE4
_KDECORE_LIBS
}
kcddb
)
endif
(
KDE4_BUILD_TESTS
)
...
...
@@ -111,7 +111,7 @@ if(KDE4_BUILD_TESTS)
kde4_add_executable
(
synchttpsubmittest
${
synchttpsubmittest_SRCS
}
)
target_link_libraries
(
synchttpsubmittest
${
QT_AND
_KDECORE_LIBS
}
kcddb
)
target_link_libraries
(
synchttpsubmittest
${
KDE4
_KDECORE_LIBS
}
kcddb
)
endif
(
KDE4_BUILD_TESTS
)
...
...
@@ -125,7 +125,7 @@ if(KDE4_BUILD_TESTS)
kde4_add_executable
(
sitestest
${
sitestest_SRCS
}
)
target_link_libraries
(
sitestest
${
QT_AND
_KDECORE_LIBS
}
kcddb
)
target_link_libraries
(
sitestest
${
KDE4
_KDECORE_LIBS
}
kcddb
)
endif
(
KDE4_BUILD_TESTS
)
...
...
@@ -139,7 +139,7 @@ if(KDE4_BUILD_TESTS)
kde4_add_executable
(
utf8test
${
utf8test_SRCS
}
)
target_link_libraries
(
utf8test
${
QT_AND
_KDECORE_LIBS
}
kcddb
)
target_link_libraries
(
utf8test
${
KDE4
_KDECORE_LIBS
}
kcddb
)
endif
(
KDE4_BUILD_TESTS
)
...
...
@@ -153,7 +153,7 @@ if(KDE4_BUILD_TESTS)
kde4_add_executable
(
musicbrainztest
${
musicbrainztest_SRCS
}
)
target_link_libraries
(
musicbrainztest
${
QT_AND
_KDECORE_LIBS
}
kcddb QtTest_debug
)
target_link_libraries
(
musicbrainztest
${
KDE4
_KDECORE_LIBS
}
kcddb QtTest_debug
)
endif
(
KDE4_BUILD_TESTS
)
...
...
@@ -167,7 +167,7 @@ if(KDE4_BUILD_TESTS)
kde4_add_executable
(
cdinfotest
${
cdinfotest_SRCS
}
)
target_link_libraries
(
cdinfotest
${
QT_AND
_KDECORE_LIBS
}
kcddb QtTest_debug
)
target_link_libraries
(
cdinfotest
${
KDE4
_KDECORE_LIBS
}
kcddb QtTest_debug
)
endif
(
KDE4_BUILD_TESTS
)
...
...
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