looqs/cli
Albert S 759d2a7924 Fix builds with quazip 1.X
Sigh. quazip changed the lib name, include locations, etc. from version 1.
Some distributions only have 0.9. Some only  1.x and so some packages break,
so they simply patch it when building the package.

Luckily, nothing we use from quazip is affected from an API perspective.

So detect if there is quazip1, then use pkg-config to link that, else do it like before.
2022-06-21 22:33:50 +02:00
..
addfileexception.h Begin a C++ cli and remove the Python scripts 2019-04-06 17:16:42 +02:00
cli.pro Fix builds with quazip 1.X 2022-06-21 22:33:50 +02:00
command.cpp CLI: Use new 'Indexer' to add Commands 2022-04-15 21:06:56 +02:00
command.h CLI: Use new 'Indexer' to add Commands 2022-04-15 21:06:56 +02:00
commandadd.cpp cli: CommandAdd: Set keepGoing, Remove verbose for now 2022-06-06 09:34:37 +02:00
commandadd.h cli: CommandAdd: Set keepGoing, Remove verbose for now 2022-06-06 09:34:37 +02:00
commanddelete.cpp cli: Move most classes to shared lib for reuse 2022-04-15 21:06:56 +02:00
commanddelete.h CommandDelete: Rework deletion logic 2020-08-30 18:16:08 +02:00
commandlist.cpp cli: CommandList: Rework, implement pattern, remove count, reverse 2022-06-04 17:09:26 +02:00
commandlist.h cli: CommandList: Rework, implement pattern, remove count, reverse 2022-06-04 17:09:26 +02:00
commandsearch.cpp cli: CommandSearch: Improve error handling, helptext fixes 2022-06-04 17:09:26 +02:00
commandsearch.h CommandSearch: Begin basic functionality (prints filename of result) 2019-04-22 23:11:28 +02:00
commandupdate.cpp cli: CommandUpdate: Use shared/IndexSyncer 2022-06-04 17:09:26 +02:00
commandupdate.h Implement CommandUpdate: Searches for files that have been changed and reprocesses them 2019-04-16 08:51:27 +02:00
main.cpp cli: main: Wire up CommandList 2022-06-04 17:09:26 +02:00