summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/pcre/pcre.pro
blob: fad82b80b1761f6f1f244f61952baa71e34e60d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
TARGET = qtpcre

CONFIG += \
    static \
    hide_symbols \
    exceptions_off rtti_off warn_off

load(qt_helper_lib)

DEFINES += HAVE_CONFIG_H

# platform/compiler specific definitions
win32: DEFINES += PCRE_STATIC
uikit|qnx|winrt: DEFINES += PCRE_DISABLE_JIT

SOURCES += \
    $$PWD/pcre16_byte_order.c \
    $$PWD/pcre16_chartables.c \
    $$PWD/pcre16_compile.c \
    $$PWD/pcre16_config.c \
    $$PWD/pcre16_dfa_exec.c \
    $$PWD/pcre16_exec.c \
    $$PWD/pcre16_fullinfo.c \
    $$PWD/pcre16_get.c \
    $$PWD/pcre16_globals.c \
    $$PWD/pcre16_jit_compile.c \
    $$PWD/pcre16_maketables.c \
    $$PWD/pcre16_newline.c \
    $$PWD/pcre16_ord2utf16.c \
    $$PWD/pcre16_refcount.c \
    $$PWD/pcre16_string_utils.c \
    $$PWD/pcre16_study.c \
    $$PWD/pcre16_tables.c \
    $$PWD/pcre16_ucd.c \
    $$PWD/pcre16_utf16_utils.c \
    $$PWD/pcre16_valid_utf16.c \
    $$PWD/pcre16_version.c \
    $$PWD/pcre16_xclass.c

HEADERS += \
    $$PWD/config.h \
    $$PWD/pcre.h \
    $$PWD/pcre_internal.h \
    $$PWD/ucp.h