diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-04 18:43:27 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-04 18:43:27 +0200 |
commit | 59e08bfb3a5ab7fb0fbc970653cf463f61d88aba (patch) | |
tree | 03d933dba37177d7e0e929cc1b30b1918df5a0ad | |
parent | 3f9ed0d7b3fd88c4ef3f47dacef534630538d3e6 (diff) | |
download | RWA.Support.DesktopApp-59e08bfb3a5ab7fb0fbc970653cf463f61d88aba.tar.gz RWA.Support.DesktopApp-59e08bfb3a5ab7fb0fbc970653cf463f61d88aba.tar.bz2 RWA.Support.DesktopApp-59e08bfb3a5ab7fb0fbc970653cf463f61d88aba.zip |
README.md: Adapt to project name change.
-rw-r--r-- | README.md | 34 |
1 files changed, 19 insertions, 15 deletions
@@ -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-dir>/../build-remote-support-desktop-Desktop-Debug/remote-support-desktop` +4. Its usually `<build-dir>/../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) |