summaryrefslogtreecommitdiffstats
path: root/pcre.pro
blob: 9ae1bff8bd66b0089fadedd2571041ab5acc77d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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)