diff options
Diffstat (limited to 'ShemovCleaner.pro')
-rw-r--r-- | ShemovCleaner.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ShemovCleaner.pro b/ShemovCleaner.pro index 7990762..ffdd7e3 100644 --- a/ShemovCleaner.pro +++ b/ShemovCleaner.pro @@ -23,7 +23,8 @@ SOURCES += main.cpp\ configurationwidget.cpp \ filewidget.cpp \ helper.cpp \ - filedisplay.cpp + filedisplay.cpp \ + globals.cpp HEADERS += \ filesorter.h \ @@ -34,7 +35,8 @@ HEADERS += \ configurationwidget.h \ filewidget.h \ helper.h \ - filedisplay.h + filedisplay.h \ + globals.h DISTFILES += |