diff options
-rw-r--r-- | src-qt5/OS-detect.pri | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-qt5/OS-detect.pri b/src-qt5/OS-detect.pri index 0fb6e76d..54ffb2ce 100644 --- a/src-qt5/OS-detect.pri +++ b/src-qt5/OS-detect.pri @@ -1,6 +1,7 @@ # ============================================= # Subroutine for project files to detect which OS is compiling the project # Generic variables it sets for internal use: OS, LINUX_DISTRO (if OS=="Linux") +# **DO NOT** forcibly define the OS and LINUX_DISTRO qmake variables from the command line!! # ============================================= # Main Build Variables (generally for finding existing files): # PREFIX: Base install directory (${PREFIX}/[bin/share/etc/include] will be used) @@ -75,7 +76,7 @@ isEmpty(OS){ message( $$MSG ) # Setup the dirs needed to find/load libraries - INCLUDEPATH +=$${PREFIX}/include + INCLUDEPATH +=$${PREFIX}/include # If the detailed install variables are not set - create them from the general vars isEmpty(L_BINDIR){ L_BINDIR = $${PREFIX}/bin } |