diff options
author | Ken Moore <ken@pcbsd.org> | 2015-02-18 15:24:31 -0500 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-02-18 15:24:31 -0500 |
commit | 0ab15db734b5c45bdefa960c54209d0d7472ec50 (patch) | |
tree | a95a0035307359a883d9979203f34dcbe9df5e90 /lumina-search/lumina-search.pro | |
parent | Update the Lumina-default theme file a bit more. (diff) | |
download | lumina-0ab15db734b5c45bdefa960c54209d0d7472ec50.tar.gz lumina-0ab15db734b5c45bdefa960c54209d0d7472ec50.tar.bz2 lumina-0ab15db734b5c45bdefa960c54209d0d7472ec50.zip |
Add a new configuration dialog to lumina-search so that users can specify/save the starting point for file searches, as well as setup any directories to exclude from the search routine.
Diffstat (limited to 'lumina-search/lumina-search.pro')
-rw-r--r-- | lumina-search/lumina-search.pro | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lumina-search/lumina-search.pro b/lumina-search/lumina-search.pro index f81b4b4f..e738b5db 100644 --- a/lumina-search/lumina-search.pro +++ b/lumina-search/lumina-search.pro @@ -16,12 +16,15 @@ TEMPLATE = app SOURCES += main.cpp \ MainUI.cpp \ - Worker.cpp + Worker.cpp \ + ConfigUI.cpp HEADERS += MainUI.h \ - Worker.h + Worker.h \ + ConfigUI.h -FORMS += MainUI.ui +FORMS += MainUI.ui \ + ConfigUI.ui INCLUDEPATH += ../libLumina $$PREFIX/include |