From 6e9d4e8ae4958464c8c0697f884f727327d6b873 Mon Sep 17 00:00:00 2001 From: Bertrand Coconnier Date: Sun, 26 Feb 2017 01:39:33 +0100 Subject: [PATCH] Linux/Unix are case sensitive. --- src/GUI/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GUI/CMakeLists.txt b/src/GUI/CMakeLists.txt index a9c4d28f3..3f2b30cba 100644 --- a/src/GUI/CMakeLists.txt +++ b/src/GUI/CMakeLists.txt @@ -117,8 +117,8 @@ if (HAVE_QT) InstallSceneryDialog.cxx EditCustomMPServerDialog.cxx EditCustomMPServerDialog.hxx - PreviewWindow.cpp - PreviewWindow.h + previewwindow.cpp + previewwindow.h ${uic_sources} ${qrc_sources})