- made kdelibs for wince static
svn path=/trunk/KDE/kdelibs/; revision=1157186
This commit is contained in:
parent
457cfcb89a
commit
94a87ab2a3
@ -242,7 +242,7 @@ if (PHONON_FOUND)
|
|||||||
widgets/videowidget.cpp)
|
widgets/videowidget.cpp)
|
||||||
endif(PHONON_FOUND)
|
endif(PHONON_FOUND)
|
||||||
|
|
||||||
kde4_add_library(plasma SHARED ${plasma_LIB_SRCS})
|
kde4_add_library(plasma ${LIBRARY_TYPE} ${plasma_LIB_SRCS})
|
||||||
|
|
||||||
target_link_libraries(plasma ${QT_QTUITOOLS_LIBRARY} ${QT_QTWEBKIT_LIBRARY}
|
target_link_libraries(plasma ${QT_QTUITOOLS_LIBRARY} ${QT_QTWEBKIT_LIBRARY}
|
||||||
${QT_QTSCRIPT_LIBRARY} ${QT_QTNETWORK_LIBRARY} ${QT_QTXML_LIBRARY}
|
${QT_QTSCRIPT_LIBRARY} ${QT_QTNETWORK_LIBRARY} ${QT_QTXML_LIBRARY}
|
||||||
|
@ -24,7 +24,10 @@
|
|||||||
#include <kdemacros.h>
|
#include <kdemacros.h>
|
||||||
|
|
||||||
#ifndef PLASMA_EXPORT
|
#ifndef PLASMA_EXPORT
|
||||||
# if defined(MAKE_PLASMA_LIB)
|
# if defined(KDELIBS_STATIC_LIBS)
|
||||||
|
/* No export/import for static libraries */
|
||||||
|
# define PLASMA_EXPORT
|
||||||
|
# elif defined(MAKE_PLASMA_LIB)
|
||||||
/* We are building this library */
|
/* We are building this library */
|
||||||
# define PLASMA_EXPORT KDE_EXPORT
|
# define PLASMA_EXPORT KDE_EXPORT
|
||||||
# else
|
# else
|
||||||
|
@ -20,7 +20,7 @@ set(qtjolie_LIB_SRCS
|
|||||||
serverthread.cpp
|
serverthread.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
kde4_add_library(QtJolie SHARED ${qtjolie_LIB_SRCS})
|
kde4_add_library(QtJolie ${LIBRARY_TYPE} ${qtjolie_LIB_SRCS})
|
||||||
|
|
||||||
target_link_libraries(QtJolie ${QT_QTCORE_LIBRARY} ${QT_QTNETWORK_LIBRARY})
|
target_link_libraries(QtJolie ${QT_QTCORE_LIBRARY} ${QT_QTNETWORK_LIBRARY})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user