ukui-search/libsearch/appdata/appdata.pri

10 lines
143 B
Plaintext
Raw Normal View History

2022-02-11 11:06:10 +08:00
INCLUDEPATH += $$PWD
HEADERS += \
2022-03-01 17:39:53 +08:00
$$PWD/app-info-table-private.h \
$$PWD/app-info-table.h
2022-02-11 11:06:10 +08:00
SOURCES += \
2022-03-01 17:39:53 +08:00
$$PWD/app-info-table.cpp
2022-02-11 11:06:10 +08:00