# HG changeset patch # User Chris Cannam # Date 1556204173 -3600 # Node ID c8c17e51aab095b0ab6b8019b0466f7daa14d752 # Parent 5c60e26e16ca64c85015c7c7671f0cb8dd5b89fa Include platform pri if applicable diff -r 5c60e26e16ca -r c8c17e51aab0 helper.pro --- a/helper.pro Thu Jan 17 09:30:59 2019 +0000 +++ b/helper.pro Thu Apr 25 15:56:13 2019 +0100 @@ -26,3 +26,7 @@ SOURCES += \ src/helper.cpp +exists(../platform-helpers.pri) { + include(../platform-helpers.pri) +} +