mirror of
https://github.com/Artikash/Textractor.git
synced 2024-12-24 09:24:12 +08:00
14 lines
248 B
Plaintext
14 lines
248 B
Plaintext
|
# ithsys.pri
|
||
|
# 8/21/2013 jichi
|
||
|
|
||
|
DEFINES += WITH_LIB_ITHSYS
|
||
|
LIBS += -lithsys
|
||
|
DEPENDPATH += $$PWD
|
||
|
HEADERS += $$PWD/ithsys.h
|
||
|
#SOURCES += $$PWD/ithsys.cc
|
||
|
|
||
|
#include($$LIBDIR/winddk/winddk.pri)
|
||
|
#LIBS += -L$$WDK/lib/wxp/i386
|
||
|
|
||
|
# EOF
|