1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-08 13:49:47 +00:00

Stub implementation of a qt5 gui that can run locate command.

This commit is contained in:
King_DuckZ 2016-08-09 22:22:15 +02:00
parent 08a6c0d73d
commit 705bf615ba
6 changed files with 222 additions and 0 deletions

View file

@ -159,6 +159,7 @@ add_subdirectory(src/delete)
add_subdirectory(src/locate)
add_subdirectory(src/navigate)
add_subdirectory(src/tag)
add_subdirectory(src/gui)
#Tests
if (BUILD_TESTING)