mirror of
https://github.com/Artikash/Textractor.git
synced 2024-12-24 09:24:12 +08:00
19 lines
252 B
Plaintext
19 lines
252 B
Plaintext
# host.pri
|
|
# 8/9/2011 jichi
|
|
|
|
DEFINES += WITH_LIB_ITH_HOST
|
|
|
|
DEPENDPATH += $$PWD
|
|
|
|
LIBS += -lvnrhost
|
|
|
|
HEADERS += \
|
|
$$PWD/avl_p.h \
|
|
$$PWD/hookman.h \
|
|
$$PWD/settings.h \
|
|
$$PWD/srv.h \
|
|
$$PWD/textthread.h \
|
|
$$PWD/textthread_p.h
|
|
|
|
# EOF
|