From d2654f99806be0403f5dc5512ffb3d5389e07801 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Tue, 25 Dec 2018 17:42:37 +1100 Subject: [PATCH] changed target #197 --- olive.pro | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/olive.pro b/olive.pro index ad08b1454..baf24f86a 100644 --- a/olive.pro +++ b/olive.pro @@ -8,7 +8,12 @@ QT += core gui multimedia opengl greaterThan(QT_MAJOR_VERSION, 4): QT += widgets -TARGET = Olive +mac { + TARGET = Olive +} +!mac { + TARGET = olive-editor +} TEMPLATE = app # The following define makes your compiler emit warnings if you use