aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LUtils.pri
Commit message (Collapse)AuthorAge
* Fix the LUtils.pri file: Forgot to remove a couple unused files from the ↵Ken Moore2017-12-06
| | | | includes.
* Add a new OSInterface class to libLumina. This will eventually replace most ↵Ken Moore2017-01-11
| | | | of the LuminaOS class, but is not hooked in to be used yet.
* LARGE UPDATE:Ken Moore2016-11-07
1) Dismantle the Lumina library completely. 2) Setup lots of small subproject files (.pri) for the individual classes within the old library. 3) Move all the Lumina binaries to use the new subproject files 4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities)
bgstack15