From 027d1dde25c8fc34f1661add3fe4e493b177fc2e Mon Sep 17 00:00:00 2001 From: Alexey Loginov Date: Wed, 4 Sep 2019 09:02:55 +0300 Subject: [PATCH] fix missing closing brace in pro file --- pianobooster.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/pianobooster.pro b/pianobooster.pro index 7315a69..243fb16 100644 --- a/pianobooster.pro +++ b/pianobooster.pro @@ -183,6 +183,7 @@ unix { license.path = $$PREFIX/share/licenses/pianobooster license.files = license.txt INSTALLS += license + } contains(NO_CHANGELOG, OFF){ message(building with changelog)