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