forked from openkylin/ukui-search
10 lines
126 B
Plaintext
10 lines
126 B
Plaintext
|
INCLUDEPATH += $$PWD
|
||
|
|
||
|
HEADERS += \
|
||
|
$$PWD/common.h \
|
||
|
$$PWD/binary-parser.h
|
||
|
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/binary-parser.cpp
|