mirror of
https://github.com/Artikash/Textractor.git
synced 2025-01-10 09:43:55 +08:00
18 lines
188 B
Plaintext
18 lines
188 B
Plaintext
# ntinspect.pri
|
|
# 4/20/2014 jichi
|
|
win32 {
|
|
|
|
DEFINES += WITH_LIB_MEMDBG
|
|
|
|
DEPENDPATH += $$PWD
|
|
|
|
HEADERS += \
|
|
$$PWD/memdbg.h \
|
|
$$PWD/memsearch.h
|
|
|
|
SOURCES += \
|
|
$$PWD/memsearch.cc
|
|
}
|
|
|
|
# EOF
|