changeset 58:c8c17e51aab0

Include platform pri if applicable
author Chris Cannam
date Thu, 25 Apr 2019 15:56:13 +0100
parents 5c60e26e16ca
children 56d50a5d9098
files helper.pro
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)
+}
+