diff helper.pro @ 58:c8c17e51aab0

Include platform pri if applicable
author Chris Cannam
date Thu, 25 Apr 2019 15:56:13 +0100
parents d4548b18eaf2
children 56d50a5d9098
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)
+}
+