diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-15 17:58:23 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-02 10:10:16 -0400 |
| commit | 59e0c4aa34fec9048d064705863c3269aacd86b5 (patch) | |
| tree | 8e1c5859e68f2fd12ac4d2b6c7178feec031ae21 /src/CMakeLists.txt | |
| parent | 67bc0d83277b36397766d97218d5ed9b4e25640a (diff) | |
moved filerenamer to its own .cpp/.h pair
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 645a5a73..f654f9b4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -118,6 +118,7 @@ SET(organizer_SRCS filterwidget.cpp statusbar.cpp apiuseraccount.cpp + filerenamer.cpp shared/windows_error.cpp shared/error_report.cpp @@ -217,6 +218,7 @@ SET(organizer_HDRS filterwidget.h statusbar.h apiuseraccount.h + filerenamer.h shared/windows_error.h shared/error_report.h @@ -402,6 +404,7 @@ set(utilities set(widgets descriptionpage genericicondelegate + filerenamer filterwidget icondelegate lcdnumber |
