aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lipi-toolkit/3rdparty/lipi-toolkit/src/reco/shaperec/featureextractor/npen/npen.pro
blob: dacec36942c1d8271dcb935e05d52ac94399e947 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
LIPILIBS = ltkcommon ltkutil featureextractorcommon
include(../../../../lipiplugin.pri)

INCLUDEPATH += \
    ../../../../util/lib \
    ../common \

HEADERS += \
    NPen.h \
    NPenShapeFeature.h \
    NPenShapeFeatureExtractor.h \

SOURCES += \
    NPen.cpp \
    NPenShapeFeature.cpp \
    NPenShapeFeatureExtractor.cpp \

win32 {
    DEFINES += NPEN_EXPORTS
    LIBS += Advapi32.lib
    #DEF_FILE = NPen.def
}