aboutsummaryrefslogtreecommitdiff
path: root/lumina.pro
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-02-28 16:12:42 -0500
committerKen Moore <ken@ixsystems.com>2017-02-28 16:12:42 -0500
commita2f40d986bdb6a235f8619a7e3578ada1ca270ac (patch)
tree5128e2dd1508798e6eb179f841da65776d22196e /lumina.pro
parentTrack down and fix a really weird Fluxbox bug: (diff)
parentTranslated using Weblate (lumina_CONFIG@lt (generated)) (diff)
downloadlumina-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.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/lumina.pro b/lumina.pro
index 79e32e9f..190b7e9a 100644
--- a/lumina.pro
+++ b/lumina.pro
@@ -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
bgstack15