From 39047e6470185bbdc8457a24f953e9e08a04ce2e Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 21 Jan 2019 21:00:00 +0100 Subject: [PATCH] cleanup --- README.md | 2 +- imageselector.cpp => src/imageselector.cpp | 0 imageselector.h => src/imageselector.h | 0 main.cpp => src/main.cpp | 0 mainwindow.cpp => src/mainwindow.cpp | 0 mainwindow.h => src/mainwindow.h | 0 mainwindow.ui => src/mainwindow.ui | 0 slide.pro => src/slide.pro | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename imageselector.cpp => src/imageselector.cpp (100%) rename imageselector.h => src/imageselector.h (100%) rename main.cpp => src/main.cpp (100%) rename mainwindow.cpp => src/mainwindow.cpp (100%) rename mainwindow.h => src/mainwindow.h (100%) rename mainwindow.ui => src/mainwindow.ui (100%) rename slide.pro => src/slide.pro (100%) diff --git a/README.md b/README.md index 688e137..da2f9f0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ slide /path/to/images ``` mkdir -p make cd make -qmake ../slide.pro +qmake ../src/slide.pro make sudo make install ``` diff --git a/imageselector.cpp b/src/imageselector.cpp similarity index 100% rename from imageselector.cpp rename to src/imageselector.cpp diff --git a/imageselector.h b/src/imageselector.h similarity index 100% rename from imageselector.h rename to src/imageselector.h diff --git a/main.cpp b/src/main.cpp similarity index 100% rename from main.cpp rename to src/main.cpp diff --git a/mainwindow.cpp b/src/mainwindow.cpp similarity index 100% rename from mainwindow.cpp rename to src/mainwindow.cpp diff --git a/mainwindow.h b/src/mainwindow.h similarity index 100% rename from mainwindow.h rename to src/mainwindow.h diff --git a/mainwindow.ui b/src/mainwindow.ui similarity index 100% rename from mainwindow.ui rename to src/mainwindow.ui diff --git a/slide.pro b/src/slide.pro similarity index 100% rename from slide.pro rename to src/slide.pro