From 52a3097986a6e69f57261d74c8807acbe9374c37 Mon Sep 17 00:00:00 2001 From: Arno Date: Tue, 16 Aug 2016 18:06:56 +0200 Subject: 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. --- ShemovCleaner.pro | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ShemovCleaner.pro (limited to 'ShemovCleaner.pro') 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 -- cgit v1.2.3-70-g09d2