aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/OS-detect.pri
Commit message (Collapse)AuthorAge
* 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