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