summaryrefslogtreecommitdiffstats
path: root/pcre.pro
diff options
context:
space:
mode:
Diffstat (limited to 'pcre.pro')
-rw-r--r--pcre.pro23
1 files changed, 23 insertions, 0 deletions
diff --git a/pcre.pro b/pcre.pro
new file mode 100644
index 0000000..9ae1bff
--- /dev/null
+++ b/pcre.pro
@@ -0,0 +1,23 @@
+TARGET = pcre
+include($$PWD/../../commonplatform.pri)
+CONFIG += staticlib
+
+DEFINES += HAVE_CONFIG_H
+
+win32 {
+INCLUDEPATH += 8.31/windows
+}
+
+linux|integrity {
+INCLUDEPATH += 8.31/linux
+}
+
+mac {
+INCLUDEPATH += 8.31/macosx
+}
+
+INCLUDEPATH += 8.31
+
+include(pcre.pri)
+
+load(qt_helper_lib)