diff options
author | Ken Moore <ken@ixsystems.com> | 2017-02-28 16:12:42 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-02-28 16:12:42 -0500 |
commit | a2f40d986bdb6a235f8619a7e3578ada1ca270ac (patch) | |
tree | 5128e2dd1508798e6eb179f841da65776d22196e /lumina.pro | |
parent | Track down and fix a really weird Fluxbox bug: (diff) | |
parent | Translated using Weblate (lumina_CONFIG@lt (generated)) (diff) | |
download | lumina-a2f40d986bdb6a235f8619a7e3578ada1ca270ac.tar.gz lumina-a2f40d986bdb6a235f8619a7e3578ada1ca270ac.tar.bz2 lumina-a2f40d986bdb6a235f8619a7e3578ada1ca270ac.zip |
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'lumina.pro')
-rw-r--r-- | lumina.pro | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,4 +3,7 @@ #======================================================= TEMPLATE = subdirs +#Load the OS detect pri file here so that it will print output as needed +include(src-qt5/OS-detect.pri) + SUBDIRS+= src-qt5 |