summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/pcre2/pcre2.pro
blob: 95f11f6f232f260583375f43beabdd4c7f082673 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = qtpcre2

CONFIG += \
    static \
    hide_symbols \
    exceptions_off rtti_off warn_off

include(pcre2.pri)

# platform/compiler specific definitions
uikit|qnx: DEFINES += PCRE2_DISABLE_JIT
win32:contains(QT_ARCH, "arm"): DEFINES += PCRE2_DISABLE_JIT
win32:contains(QT_ARCH, "arm64"): DEFINES += PCRE2_DISABLE_JIT
macos:contains(QT_ARCH, "arm64"): DEFINES += PCRE2_DISABLE_JIT

load(qt_helper_lib)