From 13a471168a5b970beb28c6d6316eef1685671d99 Mon Sep 17 00:00:00 2001 From: Craig Watson Date: Fri, 13 May 2016 10:57:15 +0200 Subject: [PATCH] Fixed build error on Linux caused by 9c607460 --- OpenBoard.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenBoard.pro b/OpenBoard.pro index e1bc733f..5a64ea8d 100644 --- a/OpenBoard.pro +++ b/OpenBoard.pro @@ -91,6 +91,8 @@ UB_FONTS.files = resources/fonts UB_THIRDPARTY_INTERACTIVE.files = thirdparty/interactive DEFINES += NO_THIRD_PARTY_WARNINGS +DEFINES += UBVERSION=\"\\\"$${LONG_VERSION}\"\\\" \ + UBVERSION_RC=$$VERSION_RC ALPHA_BETA_STR = $$find(VERSION, "[ab]") count(ALPHA_BETA_STR, 1):DEFINES += PRE_RELEASE BUILD_DIR = build