From ee426ce9c7c63ab6d1d86240ed083c46deb7a255 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Sun, 20 Nov 2016 16:39:20 +0000 Subject: [PATCH] Undo accidental edit in src.pro .. that removed VideoWindow for non-Mac. --- src/src.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/src.pro b/src/src.pro index 13e9bf7489..21970ffc2d 100644 --- a/src/src.pro +++ b/src/src.pro @@ -191,6 +191,8 @@ macx { HEADERS += Gui/QTFullScreen.h SOURCES += Gui/QTFullScreen.cpp + HEADERS += Train/VideoWindow.h + SOURCES += Train/VideoWindow.cpp } #### these are no longer non-mac only