aboutsummaryrefslogtreecommitdiff
path: root/lumina.pro
diff options
context:
space:
mode:
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