mirror of
https://github.com/Artikash/Textractor.git
synced 2024-12-24 01:14:12 +08:00
14 lines
184 B
Plaintext
14 lines
184 B
Plaintext
# disasm.pri
|
|
# 1/31/2012 jichi
|
|
win32 {
|
|
|
|
DEFINES += WITH_LIB_DISASM
|
|
LIBS += -ldisasm
|
|
DEPENDPATH += $$PWD
|
|
HEADERS += $$PWD/disasm.h
|
|
#SOURCES += $$PWD/disasm.cc
|
|
|
|
}
|
|
|
|
# EOF
|