mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
[qt-certificate-addon] Build with PIC on Unix systems
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
if( NOT WIN32 )
|
||||
add_definitions( -fPIC )
|
||||
endif()
|
||||
|
||||
list(APPEND qtcertificateaddon_INCLUDE_DIRECTORIES
|
||||
${QT_INCLUDES}
|
||||
${QT_QTCORE_INCLUDE_DIR}
|
||||
|
Reference in New Issue
Block a user