summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/minidesk/minidesk.pro
Commit message (Collapse)AuthorAgeFilesLines
* Better automatic dbus setup during developmentRobert Griebl2019-03-141-1/+1
| | | | | | | | | | | | | | | | The default is now to always start a private session bus, unless explicitly configured otherwise. This solves 2 problems: 1) There's no difference between Linux and Mac/Win in regards to configuration default values 2) The 'notifications end up in the desktop environment' problems on Linux desktops cannot happen anymore with a default setup. The --start-session-dbus command line option is now the default and thus obsolete. Change-Id: Ib0487307668ba6d5edfb9c4b0daa5888d1e3b327 Reviewed-by: Kavindra Palaraja <kpalaraja@luxoft.com> Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Make examples executable from QtCreator also for dev buildsRobert Griebl2018-11-271-1/+4
| | | | | Change-Id: I3ebaf012ab0698445fd46b323f2aaa5fde89b985 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Fix installation of the examplesDaniel d'Andrada2018-07-111-0/+27
- Only the project files and wrapper scripts were being installed - They were being put directly into Qt's example dir. They should be grouped into a applicationmanager subdirectory there, similarly to what other modules do. Task-number: AUTOSUITE-591 Change-Id: I1da6b28a8fe2e9210ad109309d30dfc1ad0d1e99 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>