You've already forked ukui-search
mirror of
https://github.com/ukui/ukui-search.git
synced 2026-03-09 09:31:04 -07:00
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
|