From 4e5e857d4cd0139a37ea5138bc13f1dd6b24a9c2 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 27 Feb 2017 12:45:57 -0500 Subject: Parse the OS-detect.pri file within the top-level project file. This will ensure that the OS detection messages are printed out no matter which dir you run qmake within. --- lumina.pro | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit