Revision 49:a6a71d1c7eb7 common/common.pro
| common/common.pro | ||
|---|---|---|
| 1 | 1 |
TEMPLATE = lib |
| 2 | 2 |
TARGET = |
| 3 | 3 |
|
| 4 |
load(../../all.prf) |
|
| 5 |
|
|
| 6 |
DEPENDPATH += ../../svcore |
|
| 7 |
INCLUDEPATH += ../../svcore |
|
| 8 |
|
|
| 9 | 4 |
CONFIG += staticlib |
| 10 | 5 |
|
| 11 | 6 |
HEADERS += EditDistance.h Objects.h Matcher.h TypeRegistrar.h FeatureFileIndex.h |
| 12 | 7 |
SOURCES += EditDistance.cpp Objects.cpp Matcher.cpp TypeRegistrar.cpp FeatureFileIndex.cpp |
| 13 | 8 |
|
| 9 |
exists(./platform.pri) {
|
|
| 10 |
include(./platform.pri) |
|
| 11 |
} |
|
| 12 |
!exists(./platform.pri) {
|
|
| 13 |
exists(../platform.pri) {
|
|
| 14 |
include(../platform.pri) |
|
| 15 |
} |
|
| 16 |
} |
|
| 17 |
|
|
Also available in: Unified diff