Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Cleanup all the DESTDIR usage within the project files. Now this can be ↵ | Ken Moore | 2016-03-04 |
| | | | | easily used for automated package builders (for a temporary working directory). | ||
* | OS-detect.pri: remove Fedora portion, as Fedora's lumina-desktop.spec build ↵ | Christopher Roy Bratusek | 2016-03-01 |
| | | | | file does set all variables on it's own | ||
* | OS-detect.pri: don't forcefully override PREFIX | Christopher Roy Bratusek | 2016-03-01 |
| | |||
* | fixup OS-detect.pri so that externally passed variables from qmake actually ↵ | Christopher Roy Bratusek | 2016-03-01 |
| | | | | take effect | ||
* | Fix a bug linking when an older libLumina is installed on the | Kris Moore | 2016-02-03 |
| | | | | system | ||
* | Change the $${PRO_FILE_PWD} variable to just $${PWD}. This seems to fix path ↵ | Ken Moore | 2016-02-02 |
| | | | | issues when setting the lib/include paths. | ||
* | Add a few more built-in Qt paths to the OS-detect file, and commit a bit ↵ | Ken Moore | 2016-02-02 |
| | | | | more work on the lumina-terminal app. | ||
* | Adjust the Linux/Fedora build options a bit: Now Linux systems will use /usr ↵ | Ken Moore | 2016-01-18 |
| | | | | for the PREFIX by default, (except Fedora: /usr/local there) | ||
* | Large cleanup of the Lumina project files and OS-detection/support systems. | Ken Moore | 2016-01-11 |
| | | | | | | | 1) Setup all the subprojects to use the new OS-detect.pri subfile 2) Automatically detect/set the build datetime string for the project when qmake is run. 3) Automatically read/embed the current GIT revision into the Lumina version string 4) Remove the old QtConfig shortcut function from the LuminaOS class (and all templates). | ||
* | Start the work of abstracting out the OS-detection/build system from the ↵ | Ken Moore | 2016-01-08 |
individual projects. Currently used for the library mainly - still working on fleshing it out before switching all the project files to use it. |