diff options
author | Arno <arno@disconnect.de> | 2016-08-16 18:06:56 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-08-16 18:06:56 +0200 |
commit | 52a3097986a6e69f57261d74c8807acbe9374c37 (patch) | |
tree | 7523d427a27bbcb471c7959794faacf793a4d388 /ShemovCleaner.pro | |
download | ShemovCleaner-52a3097986a6e69f57261d74c8807acbe9374c37.tar.gz ShemovCleaner-52a3097986a6e69f57261d74c8807acbe9374c37.tar.bz2 ShemovCleaner-52a3097986a6e69f57261d74c8807acbe9374c37.zip |
Initial commit
Shows files with the current extension and makes them distinguishable by
different icons and by color. Not much else, just thought it was time
for a commit.
Diffstat (limited to 'ShemovCleaner.pro')
-rw-r--r-- | ShemovCleaner.pro | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ShemovCleaner.pro b/ShemovCleaner.pro new file mode 100644 index 0000000..e2f02ed --- /dev/null +++ b/ShemovCleaner.pro @@ -0,0 +1,18 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2016-08-16T06:39:30 +# +#------------------------------------------------- + +QT += core gui + +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets + +TARGET = ShemovCleaner +TEMPLATE = app + + +SOURCES += main.cpp\ + shemovcleaner.cpp + +HEADERS += shemovcleaner.h |