aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/OS-detect.pri
Commit message (Collapse)AuthorAge
* Add a special rule for Ubuntu Linux:Ken Moore2017-11-13
| | | | IncludePath for the poppler files is different - add it automatically.
* Get the Lumina2 screensaver system converted over to the new QML-backed ↵Ken Moore2017-10-11
| | | | | | plugin system. Still need to clean up some old files within the source tree, but it all works right now.
* Couple minor changes to the OS-detect.priKen Moore2017-08-23
| | | | Make sure that the c++11 standard is set for all projects (some need it, some don't)
* Fix up a bit more of the lumina-theme-engineKen Moore2017-08-03
| | | | | | | | 1. Adjust the build directories for all projects 2. Add lumina-theme-engine to the "core" meta-project 3. flip the names of the "dusk" and "darker" color schemes 4. Add a simple drop-down menu for standard colors when editing a stylesheet 5. Ensure the find colors/qss routines skip duplicate directory entries
* Cleanup the lumina-theme-engine subprojectKen Moore2017-08-03
| | | | | | | 1. Use the built-in OS-detect.pri for build settings 2. Remove the "DISABLE_WIDGETS" flag (desktop always needs it) 3. Clean up the multi-path search routines for qss/color files 4. Add some color files to the default install
* set Gentoo specific pathsq5sys (JT)2017-07-22
|
* fixing missing closing braceq5sys (JT)2017-07-22
|
* fix man page location for Gentooq5sys (JT)2017-07-21
|
* Add new lumina-open manpage:Mrt1342017-03-30
| | | | - Adjusts lumina build system to have additional variables for manpage placement and generation.
* fix typoSasongko Bawono2017-02-18
|
* add Slackwaresasongko2017-02-18
|
* Quick fix to OS-detect.pri: If LINUX_DISTRO was manually set through qmake, ↵Ken Moore2016-09-06
| | | | don't overwrite it with the auto-detected setting.
* Add a special rule for Fedora (untested): L_ETCDIR=/etc (if otherwise unset)Ken Moore2016-08-19
|
* Oops - NOW the OS-detect.pri file is fixed for the LIBPREFIX variable (also ↵Ken Moore2016-08-18
| | | | commented out the debugging message from earlier).
* Fix a bug in the OS-detect.pri file where the LIBPREFIX was not getting used ↵Ken Moore2016-08-18
| | | | properly.
* Add a note to the OS-detect.pri file that the OS and LINUX_DISTRO variables ↵Ken Moore2016-05-23
| | | | should not be forcibly defined outside of the Lumina build system.
* Fix a couple other files which needed to account for the path changes.Ken Moore2016-04-25
|
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
bgstack15