summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/pcre2/pcre2.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/pcre2/pcre2.pro')
-rw-r--r--src/3rdparty/pcre2/pcre2.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/3rdparty/pcre2/pcre2.pro b/src/3rdparty/pcre2/pcre2.pro
deleted file mode 100644
index 7b2b430f63..0000000000
--- a/src/3rdparty/pcre2/pcre2.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-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
-
-load(qt_helper_lib)