summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/pcre/pcre.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/pcre/pcre.pro')
-rw-r--r--src/3rdparty/pcre/pcre.pro44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/3rdparty/pcre/pcre.pro b/src/3rdparty/pcre/pcre.pro
new file mode 100644
index 0000000000..53405e0e46
--- /dev/null
+++ b/src/3rdparty/pcre/pcre.pro
@@ -0,0 +1,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
+ios|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