From 61db53d0af482058580ec43f91c81939c203e1d3 Mon Sep 17 00:00:00 2001 From: Denis Date: Wed, 8 Mar 2017 10:47:46 -0700 Subject: [PATCH] Update main.cpp --- src-qt5/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src-qt5/main.cpp b/src-qt5/main.cpp index 8b8eb51..06c2b5a 100644 --- a/src-qt5/main.cpp +++ b/src-qt5/main.cpp @@ -7,7 +7,10 @@ #include #include #include "mainwindow.h" + +#ifndef PREFIX #define PREFIX QString("/usr/local") +#endif int main(int argc, char *argv[]) {