1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-21 00:12:06 +02:00

Compile qxt with QXT_STATIC

This commit is contained in:
Uwe L. Korn 2013-04-09 10:50:03 +02:00
parent bf2067c414
commit bd9ddf142b

View File

@ -15,7 +15,7 @@ ADD_DEFINITIONS( -Wall -O2 -DNDEBUG )
IF( NOT WIN32 )
ADD_DEFINITIONS( -fPIC )
ENDIF()
ADD_DEFINITIONS( -DBUILD_QXT_CORE -DBUILD_QXT_WEB )
ADD_DEFINITIONS( -DBUILD_QXT_CORE -DBUILD_QXT_WEB -DQXT_STATIC )
INCLUDE_DIRECTORIES( ${qxtweb} ${qxtcore} ${qxtnet} )