1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-19 04:52:30 +01:00

Explicitly produce static libraries even when BUILD_SHARED_LIBS is set

This commit is contained in:
David Sansome 2010-06-22 16:07:29 +00:00
parent 1cb5acc38f
commit 63861f2ee5
4 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ set(IOCOMPRESSOR-MOC-HEADERS
QT4_WRAP_CPP(IOCOMPRESSOR-SOURCES-MOC ${IOCOMPRESSOR-MOC-HEADERS})
ADD_LIBRARY(qtiocompressor
ADD_LIBRARY(qtiocompressor STATIC
${IOCOMPRESSOR-SOURCES}
${IOCOMPRESSOR-SOURCES-MOC}
)

View File

@ -21,7 +21,7 @@ endif(WIN32)
QT4_WRAP_CPP(SINGLEAPP-SOURCES-MOC ${SINGLEAPP-MOC-HEADERS})
ADD_LIBRARY(qtsingleapplication
ADD_LIBRARY(qtsingleapplication STATIC
${SINGLEAPP-SOURCES}
${SINGLEAPP-SOURCES-MOC}
)

View File

@ -19,7 +19,7 @@ endif(WIN32)
QT4_WRAP_CPP(QXT-SOURCES-MOC ${QXT-MOC-HEADERS})
ADD_LIBRARY(qxt
ADD_LIBRARY(qxt STATIC
${QXT-SOURCES}
${QXT-SOURCES-MOC}
)

View File

@ -427,7 +427,7 @@ add_po(PO clementine_
DIRECTORY translations
)
add_library(clementine_lib
add_library(clementine_lib STATIC
${SOURCES}
${MOC}
${UIC}