From 59e08bfb3a5ab7fb0fbc970653cf463f61d88aba Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 4 Oct 2020 18:43:27 +0200 Subject: README.md: Adapt to project name change. --- README.md | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 1ded479..94f992d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ -# Remote-Support-Desktop +# RWA.Support.DesktopApp -This is a remote-support App for the desktop using Qt Quick / QML. +RWA.Support is a remote support solution. The RWA.Support.DesktopApp is +the support tool provided on computers of users that shall be supported +by the IT support team. +The RWA.Support.DesktopApp has been implemented using Qt Quick / QML. -Building project ----------------- + +Building the project +-------------------- ### Install dependencies @@ -22,23 +26,23 @@ https://stackoverflow.com/questions/10934683/how-do-i-configure-qt-for-cross-com ### Clone this repo `git clone - https://gitlab.das-netzwerkteam.de/remotewebapp/remote-support-desktop.git` + https://gitlab.das-netzwerkteam.de/remotewebapp/rwa.support.desktopapp.git` -### Making of Makefile +### Making the Makefile -1. `cd remote-support-desktop && mkdir BUILD && cd BUILD` +1. `cd rwa.support.desktopapp && mkdir BUILD && cd BUILD` -2. `qmake ../remote-support-desktop.pro` +2. `qmake ../rwa.support.desktopapp.pro` qmake should have made a `Makefile` now which can be used by `make` to build an executable -### Using Makefile to build project +### Using the Makefile to build this project 1. `make` ### Test your new executable -1. `./remote-support-desktop` +1. `./rwa.support.desktopapp` Installation of dev-environment @@ -47,7 +51,7 @@ Installation of dev-environment ### Clone this repo `git clone - https://gitlab.das-netzwerkteam.de/remotewebapp/remote-support-desktop.git` + https://gitlab.das-netzwerkteam.de/remotewebapp/rwa.support.desktopapp.git` ### Install Qt Creator and necessary packages @@ -62,11 +66,11 @@ Installation of dev-environment 2. Click 'Projects' button -> Click 'Open project' button -3. Navigate to your cloned 'remote-support-desktop' git directory +3. Navigate to your cloned 'rwa.support.desktopapp' git directory -4. Select `remote-support-desktop.pro` file +4. Select `rwa.support.desktopapp.pro` file -### In Qt Creator while in remote-support-desktop project: +### In Qt Creator while in RWA.Support.DesktopApp project: 1. Try pressing CTRL and R (Building and running the project) @@ -81,7 +85,7 @@ Installation of dev-environment 3. Make sure a executable file is selected -4. Its usually `/../build-remote-support-desktop-Desktop-Debug/remote-support-desktop` +4. Its usually `/../build-rwa.support.desktopapp-Desktop-Debug/rwa.support.desktopapp` 5. (Make sure that you tried to build the project at least once, or else the folder won't exist yet) -- cgit v1.2.3