summaryrefslogtreecommitdiffstats
path: root/Source/JavaScriptCore/shell/PlatformQt.cmake
blob: 55640eb3a801fbf0c062fc0dfee922a48544169f (plain)
1
2
3
4
5
if (QT_STATIC_BUILD)
    list(APPEND JSC_LIBRARIES
        ${DEPEND_STATIC_LIBS}
    )
endif ()