diff --git a/QLog.pro b/QLog.pro index 003144a9..b690d30c 100644 --- a/QLog.pro +++ b/QLog.pro @@ -389,6 +389,12 @@ unix:!macx { } macx: { + # This allows the app to be shipped in a non-bundeled version + !isEmpty(PREFIX) { + target.path = $$PREFIX + INSTALLS += target + } + INCLUDEPATH += /usr/local/include LIBS += /usr/local/lib -lhamlib equals(QT_MAJOR_VERSION, 6): LIBS += -lqt6keychain