1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-17 22:38:33 +01:00

[qt-certificate-addon] Build with PIC on Unix systems

This commit is contained in:
Uwe L. Korn 2014-06-27 20:21:30 +01:00
parent 283bcccb8f
commit e2e7bc61c9

View File

@ -1,3 +1,7 @@
if( NOT WIN32 )
add_definitions( -fPIC )
endif()
list(APPEND qtcertificateaddon_INCLUDE_DIRECTORIES
${QT_INCLUDES}
${QT_QTCORE_INCLUDE_DIR}