mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-19 12:53:25 +01:00
Explicitly produce static libraries even when BUILD_SHARED_LIBS is set
This commit is contained in:
parent
1cb5acc38f
commit
63861f2ee5
2
3rdparty/qtiocompressor/CMakeLists.txt
vendored
2
3rdparty/qtiocompressor/CMakeLists.txt
vendored
@ -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}
|
||||
)
|
||||
|
2
3rdparty/qtsingleapplication/CMakeLists.txt
vendored
2
3rdparty/qtsingleapplication/CMakeLists.txt
vendored
@ -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}
|
||||
)
|
||||
|
2
3rdparty/qxt/CMakeLists.txt
vendored
2
3rdparty/qxt/CMakeLists.txt
vendored
@ -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}
|
||||
)
|
||||
|
@ -427,7 +427,7 @@ add_po(PO clementine_
|
||||
DIRECTORY translations
|
||||
)
|
||||
|
||||
add_library(clementine_lib
|
||||
add_library(clementine_lib STATIC
|
||||
${SOURCES}
|
||||
${MOC}
|
||||
${UIC}
|
||||
|
Loading…
Reference in New Issue
Block a user